2024.01.07
github-actions
released this
07 Jan 18:20
·
892 commits
to development
since this release
🚀 Features
🐛 Fixes
- Fix: define _TASK_THREAD_SAFE for TaskScheduler
- Fix: Optimize network connection handling
- Fix: Access Point not working after firmware update
- Fix: define _TASK_THREAD_SAFE for TaskScheduler
- Fix: Optimize network connection handling
- Fix: Access Point not working after firmware update
🛠 Under the hood
- Merge branch 'pr1598' into dev
- Prevent config corruption by checking whether memory allocation was successfull.
- Prevent empty HASS auto discovery topics if memory allocation fails
- Better handling of out of memory situations in live data websocket
- Use Utils::checkJsonAlloc in ConfigurationClass
- Use auto keyword and references more often
- webapp: update dependencies
- webapp: add app.js.gz
- use frozen::string and frozen::map where reasonable (#593)
- Prevent config corruption by checking whether memory allocation was successfull.
- Prevent empty HASS auto discovery topics if memory allocation fails
- Better handling of out of memory situations in live data websocket
- Use Utils::checkJsonAlloc in ConfigurationClass
- Use auto keyword and references more often
- webapp: update dependencies
- Remove F macro from onBattery extensions
- add webapp
- Use auto keyword and references more often (onBattery)
- Better handling of out of memory situations in live data websocket (onBattery)
- Prevent empty HASS auto discovery topics if memory allocation fails (onBattery)
- Prevent config corruption by checking whether memory allocation was successfull. (onBattery)
- Prevent empty HASS auto discovery topics if memory allocation fails (onBattery)
- add webapp
- Merge remote-tracking branch 'tbnobody/OpenDTU/master' into development
- set dependency for plerup/EspSoftwareSerial to 8.0.1
- avoid too frequent SmartShunt data copies (#596)
- Merge branch 'development'