Changelog v12.7.3:
- Logs: Several IRAM performance improvements, even when logs are disabled; and better buffered logs without cuts.
- ADC: Improvements on reads.
- mDNS: Added some guards to mDNS announces timer.
- I2C: Several improvements.
- Only ESP32, ESP32-S and ESP32-C chips:
- Fixed ADC inputs, broken since beginning.
- ADC normalized from 4096 to 1024, like ESP8266, but with decimals to keep higher resolution.
- WiFi: Some IRAM performance improvements.
- Only ESP32-S and ESP32-C chips:
- Added new Temperature sensor type
"n":100
that reads internal built-in chip temperature.
- Added new Temperature sensor type
Changelog v12.7.2:
- Temperature and Humidity sensors, iAirZoning, Light sensor, Free Monitor, and Power Measure: Fixed bug that could freeze reads.
- Lightbulb: Fixed bug with type 2 that was not updating PWM duty.
- Several improvements on I2C and mDNS announces.
Changelog v12.7.1:
- Setup Mode:
- Added information about current SSID and BSSID configured WiFi.
- Changed behavior of WiFi AP on updated devices: they will have WiFi AP enabled if it was not setup before.
- Changing WiFi Mode will remove WiFi AP password and re-enable WiFi AP automatically, in the same way than changing or removing WiFi settings.
- Only ESP32, ESP32-S and ESP32-C chips:
- Hardware PWM: Increased maximum frequency to 29KHz.
Changelog v12.7.0:
- Setup Mode:
- Added a new way to manage WiFi AP. Now it is possible to disable it completely, or setup a password. When a password is set, WiFi AP will not be disabled when device connects to network.
- Updated devices will have WiFi AP disabled. To reenable it, enter in setup mode and check WiFi AP.
- New installations will enable WiFi AP by default.
- Revert back to wolfSSL 3.13.0 to save flash.
- Some minor improvements.
- Only ESP8266:
- Changed initial GPIOs state from disable to input, to avoid some hardware issues with several devices. To take effect, a complete power cycle is needed (Cutting power).
Changelog v12.0.0:
- BREAKING CHANGES !!! Check Migration Guide
Read Wiki for more info.