Merged
Conversation
Contributor
|
Thanks Andy, could you add a note to the docs indicating that the UART handler only works with micropython version >=1.26 |
Contributor
|
Thanks Andy |
Contributor
|
@alustig3 as the UART handler is included in the latest release I guess it should also be in the main branch of the docs rather than the dev branch? |
Contributor
Author
|
@ThomasAkam these docs match the latest changes from pyControl/code#166 that are on the code(dev) branch, not the current code(master) branch. should we merge the code(dev) and code(master) and make a minor 2.1.1 release? and then merge these docs(dev) and docs(master)? |
Contributor
|
Sounds like a good plan. Would you be able to do this? |
Contributor
Author
|
sure, will do |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This adds information on how to use the UART_handler class, addresses #33
This may need to be changed pending on the outcome of pyControl/code#166