This repository was archived by the owner on Feb 28, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork29
Refactor RS485 support#58
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
CollaboratorAuthor
manchoz commentedJun 16, 2021
Compile Examples CI is failing because this branch needs ArduinoRS485 from upstream (in particular of PRarduino-libraries/ArduinoRS485#6) |
Collaborator
facchinm commentedJun 16, 2021
@manchoz should we release ArduinoRS485 and then merge this one? |
Memory usage change @5aa45e3
Click for full report table
Click for full report CSV |
Memory usage change @9784de7
Click for full report table
Click for full report CSV |
Contributor
aentinger commentedAug 18, 2021
Up 🙃 👍 |
CollaboratorAuthor
manchoz commentedAug 23, 2021
@facchinm with thearduino-libraries/ArduinoRS485#13 merged,ArduinoRS485 is ready to be released and this PR merged. |
Memory usage change @078a330
Click for full report table
Click for full report CSV |
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading.Please reload this page.
Refactor the RS485 support to be compatible with the ArduinoRS485 library and ArduinoRS485-based tools and libraries (e.g. Arduino Modbus).
Please, review@facchinm@Rocketct