🚀 Features
🐛 Fixes
- Fix: Disable SPI3_HOST with ESP32-S2 for SpiManager
- Fix: web console: prevent concurrent websockets
- Fix: disable temperature readings for ESP32-S3
🌎 Web Application
- webapp: Update dependencies
- webapp: Update dependencies
- webapp: show precise data age for inverters and introduce and use DataAgeDisplay component
- webapp: Update dependencies
- webapp: beautify controls on web console view
- webapp: remove (more) colons from forms
- webapp: add app.js.gz
🛠 Under the hood
- Implement a more strict issue and pr policy
- Upgrade ESP32Async/ESPAsyncWebServer from 3.6.2 to 3.7.0
- Upgrade olikraus/U8g2 from 2.36.2 to 2.36.4
- Apply automatic code formatting
- Add partition file for 8MB devices
- Change datatype for led pins from int8_t to gpio_num_t
- Change datatype for nrf24 pins from int8_t to gpio_num_t
- Change datatype for cmt pins from int8_t to gpio_num_t
- Change datatype for w5500 pins from int8_t to gpio_num_t
- Change datatype for eth pins from int to gpio_num_t
- Make pinmapping variable const
- Move all display related initialization inside the display class
- Change datatype for display pins from uint8_t to gpio_num_t
- Move SpiManager registration into PinMapping class
- Upgrade ESP32Async/ESPAsyncWebServer from 3.7.0 to 3.7.3
- Update bblanchon/ArduinoJson from 7.3.0 to 7.3.1
- Upgrade olikraus/U8g2 from 2.36.4 to 2.36.5
- Upgrade ESP32Async/ESPAsyncWebServer from 3.7.3 to 3.7.4
- Simplify code for sunset calculation
- Simiplify code for CommandQueue
- Simplify code of weekday calculation
- Less calculation in locked code area
- Simplify Display Graphic code
- Added device profile for Olimex ESP32-POE and CMT2300A module
- Reduce nested code by one level
- Call getLocalTime() only once to prevent a delay of 10ms if no time is available
- Simplify code in radio classes
- Updated all languages to latest status