Changelog v12.0.2:
- Fixes IR/RF Receiver Mode.
- Added ESP32 IR/RF Receiver GPIOs.
- Improvements over ISRs and buttons/switches.
Changelog v12.0.1:
- Fixes ESP8266 GPIO 16 initial state bug.
- Remove unnecessary variable in Advanced Logger NTP library.
Changelog v12.0.0:
- BREAKING CHANGES !!! Check Migration Guide
- GPIOs must be declared in a new general array to be used, GPIOs Configuration.
- Continuous Mode for Binary Inputs must be enabled explicitly when needed. Binary Input Continuous Mode.
- UART Configuration has a new way to setup UART receivers.
- I2C can have pull-up resistors optionally, for SCL and SDA pins. I2C Configuration.
- Log outputs are different to allow use of UART2 for ESP32 models.
- Logs: UART must be configure to use as log output.
- Add support for Espressif ESP32, ESP32 Single-Core, ESP32-C2, ESP32-C3, ESP32-S2 and ESP32-S3 chip models.
- New Action: PWM Actions.
- UART for ESP32 support modes, including RS485 and IrDA.
- New WiFi Sleep Mode: Added
"d"
key to configure it. - Added network hostnames for HAA Installers and HAA Main in Setup Mode.
- Huge DRAM improvements in JSON library.
- CPU and DRAM improvements.
- Initial GPIOs state at boot is DISABLE for ESP8266.
Read Wiki for more info.