Skip to content

v47: Auto Dimmer Update (ESP32 users please read)

Compare
Choose a tag to compare
@yakumo-saki yakumo-saki released this 23 Jan 16:55
· 13 commits to main since this release
06165d4

BREAKING CHANGE for ESP32 users

  • Get config backup before update. (/api/v1/config/backup)
  • ALL CONFIG ARE LOST after update.

NOTE: ESP8266 users are not affected. because already use littlefs.

CHANGES

  • CHANGE: wait for reconfig is now default disable
  • ADD: ntp client (#120)
  • ADD: Timebased dimmer (#121)
  • FIX: go setup mode if startup wifi connection failed
  • CHANGE: move to littlefs (esp32)
  • FIX: BH1750 is not reconized on I2C scan
  • ADD: Automatic config upgrade