Release 6.6

Release 6.6
This commit is contained in:
Theo Arends 2019-07-05 16:07:44 +02:00
parent bbfc490552
commit 3041367a36
2 changed files with 2 additions and 0 deletions

View File

@ -226,6 +226,7 @@ Core version **2.5.2** binaries can be found at http://thehackbox.org/tasmota/re
## Changelog
Version 6.6.0 20190707
* Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up
* Remove MQTT uptime message every hour
* Refactor some defines to const
* Refactor webserver HTML input, button, textarea, and select name based on id
* Refactor webserver sensor data collection

View File

@ -1,6 +1,7 @@
/*********************************************************************************************\
* 6.6.0 20190707
* Remove support of TLS on core 2.3.0 and extent support on core 2.4.2 and up
* Remove MQTT uptime message every hour
* Refactor some defines to const
* Refactor webserver HTML input, button, textarea, and select name based on id
* Refactor webserver sensor data collection