mirror of https://github.com/arendst/Tasmota.git
Update _changelog.ino
This commit is contained in:
parent
fa0315f1f4
commit
0bb0f06982
|
@ -1,6 +1,7 @@
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* 6.6.0.1 20190708
|
* 6.6.0.1 20190708
|
||||||
* Fix Domoticz battery level set to 100 if define USE_ADC_VCC is not used (#6033)
|
* Fix Domoticz battery level set to 100 if define USE_ADC_VCC is not used (#6033)
|
||||||
|
* Fix Force Elliptic Curve for Letsencrypt TLS #6042
|
||||||
* Change defines USE_TX20_WIND_SENSOR and USE_RC_SWITCH in my_user_config.h to disable to lower iram usage enabling latest core compilation (#6060, #6062)
|
* Change defines USE_TX20_WIND_SENSOR and USE_RC_SWITCH in my_user_config.h to disable to lower iram usage enabling latest core compilation (#6060, #6062)
|
||||||
* Add blend RGB leds with White leds for better whites (#5895, #5704)
|
* Add blend RGB leds with White leds for better whites (#5895, #5704)
|
||||||
* Add command SetOption41 0..8 to control number of Tuya switches (#6039)
|
* Add command SetOption41 0..8 to control number of Tuya switches (#6039)
|
||||||
|
@ -9,7 +10,7 @@
|
||||||
* Add command Time to disable NTP and set UTC time as Epoch value if above 1451602800 (=20160101). Time 0 re-enables NTP (#5279)
|
* Add command Time to disable NTP and set UTC time as Epoch value if above 1451602800 (=20160101). Time 0 re-enables NTP (#5279)
|
||||||
* Add AZ7798 automatic setting of clock display (#6034)
|
* Add AZ7798 automatic setting of clock display (#6034)
|
||||||
* Add Epoch and UptimeSec to JSON messages (#6068)
|
* Add Epoch and UptimeSec to JSON messages (#6068)
|
||||||
* Fix Force Elliptic Curve for Letsencrypt TLS #6042
|
* Add support for up to 4 INA219 sensors (#6046)
|
||||||
*
|
*
|
||||||
* 6.6.0 20190707
|
* 6.6.0 20190707
|
||||||
* Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up
|
* Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up
|
||||||
|
|
Loading…
Reference in New Issue