This is list of test/experiment firmwares. If You need to see what have changed in stable/beta see Versions.md
- moved more variables to dynamic memory
- new option - Fallback WiFi - on startup, if NAM can not connect to WiFi and fallback is configured then connects to second network.
- moved some crucial variables (SSIDs, pwds) to dynamic memory
- SDS011 - count number of power off/on cycles (hw watchdog)
- reset failed SDS measurements counter when good measurement is taken
- enable only one PCF channel in SDS restarter (only one LED is enabled)
- collect failed SDS packets count (checksum error)
- hardware SDS restarter support
- code cleanup
- SDS011 - respect warmup time set in config. For now measurement is fixed and its 10 seconds no matter what is set in config
- SDS011 - better timing for operation to get first measurement ready before sending data
- SDS version uses new code
- Platformio [email protected]
- code cleanup
- SDS is serviced with https://github.com/dok-net/esp_sds011
- Arduino core - 3.0.1dev
- new SDS code, support for SDS hw watchdog (extra module)
- sync to beta 38rc5 (no current work in alfa, so we keep in sync with beta)
- send -1 as SDS reading on error. Only to Influx,other loggers are not affected
- nice confirmation page on device restart
- SDS displays on LCD (not on OLED)
- drop old display for SDS (HTML on /values page)
- Network Watchdog reports state on /status not /values
- respect send to SC setting in new scheduler
- different update check intervals for different update channels
- if old cfg::sds_read is set, then always enable new SDS support
- firmware version in header is linked to changelog
- SDS011 code moved to new scheduler
- sensor shows both time from last measurement and time left to next one
- sending to influx FW version and update channel
- always send to influx SDS results (when sensor is enabled), no reading is sent as -1
- new communication with SDS (ported from Sensor Community fw, branch master on March 31st)