Skip to content
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

Added Serial.baudRate() to get current baud rate #2079

Merged
merged 10 commits into from
Jun 15, 2016
Merged

Conversation

hallard
Copy link
Contributor

@hallard hallard commented Jun 1, 2016

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 1, 2016

Current coverage is 26.30%

Merging #2079 into master will decrease coverage by 1.31%

@@             master      #2079   diff @@
==========================================
  Files            20         19     -1   
  Lines          3686       3634    -52   
  Methods         337        328     -9   
  Messages          0          0          
  Branches        678        585    -93   
==========================================
- Hits           1018        956    -62   
- Misses         2490       2513    +23   
+ Partials        178        165    -13   

Powered by Codecov. Last updated by cbe8f7c...fa06c85

@igrr
Copy link
Member

igrr commented Jun 2, 2016

Might be worth noting that this is not a standard HardwareSerial method, and will not work on Arduino boards.

- Added note about Software Serial Implementation
- Indicate this will works on ESP8266 boards only
@hallard
Copy link
Contributor Author

hallard commented Jun 2, 2016

Yeah, that's done, I also indicated I've done same PR on official Software Serial library.

@igrr igrr merged commit 44d2722 into esp8266:master Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants