Update Changelog

pull/466/head
connor rigby 2018-03-09 12:59:28 -08:00
parent 5e3763ca8a
commit 3c552cef31
1 changed files with 10 additions and 1 deletions

View File

@ -7,7 +7,16 @@
* Add third Firmware board.
* Fix bug causing false positives on sync failure.
* Fix bug causing a captive portal staying up if the user chooses a wired network connection.
* Add new syncable `Sensor`
* Add new syncable `Sensor`.
* Add new celeryscript node `NamedPin`.
* Add new args:
* `pin_id`
* `pin_type`
* allow `pin_number` to be new `NamedPin` node.
* allow to use `NamedPin` in:
* `ReadPin`
* `WritePin`
* `If`
# 6.2.1
* Fix Bug breaking diy builders with Arduinos showing up other than `/dev/ttyACM0`.