Summary
- Added support for the external temperature sensor DHT22 or DHT11
- Added support for XIAO ESP32-S3 Sense board and ESP32-S3-CAM
- Added css version
- Update ESPAsyncWebServer lib
- Updated documentation
- Bug fixes and code optimalisation
This is a RC2 version
Added support for the external temperature sensor DHT22 or DHT11
Added the option to connect an external temperature sensor (DHT22 or DHT11) for measuring temperature and humidity in the box. Each board's documentation includes instructions on how to connect the sensor to specific pins.
Added support for XIAO ESP32-S3 Sense board and ESP32-S3-CAM
Support has been added for the ESP32-S3-CAM and XIAO ESP32-S3 Sense boards.
Added css version
A version of the CSS file has been added, so it will no longer be necessary to clear the cache after every change to the webpage.
Update ESPAsyncWebServer lib
Update of the ESPAsyncWebServer lib from version 3.0.3 to 3.0.6. The library update improved the stability and speed of the software.
Updated documentation
Documentation has been added for the newly supported boards.
Bug fixes and code optimalisation
Several other minor bugs have been fixed.