mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
- Added a 600 Baud line in DELAY_TABLE, for each CPU frequency. (successfully tested for 16 MHz) - begin(long speed) now returns a bool indicating if speed has been found in DELAY_TABLE (if not, the method returns false immediately)