Add support for GPIO02 for newer Sonoff Basic

Add support for GPIO02 for newer Sonoff Basic
This commit is contained in:
andrethomas 2018-12-03 17:34:35 +02:00 committed by GitHub
parent b148c8bbe5
commit dcaf6164d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
* Removed command SetOption36 (#4497)
* Add command SetOption60 0/1 to select dynamic sleep (0) or sleep (1) (#4497)
* Update SR-04 driver to use NewPing library (#4488)
* Add support for GPIO02 for newer Sonoff Basic (#4518)
*
* 6.3.0.14 20181127
* Add Command CalcRes to set number of decimals (0 - 7) used in commands ADD, SUB, MULT and SCALE (#4420)