ADD: Firmware version reporting

Esse commit está contido em:
AJ Keller
2017-10-16 09:55:28 -04:00
commit de GitHub
commit a59623e329
+4
Ver Arquivo
@@ -1,5 +1,9 @@
# v3.1.0
### New Features
* Sending 'V' (uppercase v) will send back the firmware version number.
### Bug Fixes
* Sending a start streaming command from `Serial0` when wifi was attached resulted in data flowing out over wifi, instead of flowing back to Serial0. If you had previous set your sample rate to 1000Hz to do WiFi, and then send a start stream command from Serial port, the board will ensure the sample rate is set to 250Hz.