-
Notifications
You must be signed in to change notification settings - Fork 157
Set the baudrate to default and reduce prints in blinky #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
LGTM besides a minor style nit. This will cause a minor blip in the blinking rate every 10 seconds which shouldn't be a problem (I haven't run the new changes yet, not sure on how noticeable it will be). Before this is merged we need a PR up to update the documentation as well. |
in the docs or here in readme? |
@@ -1,7 +1,6 @@ | |||
{ | |||
"target_overrides": { | |||
"*": { | |||
"platform.stdio-baud-rate": 115200, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Updated the Readme. @kegilbert - Let me know if anything else should be updated |
ARMmbed/mbed-os-5-docs#891 Put up, this PR is good to go on my end. |
Thanks |
Issue: #153