Skip to content

Latest commit

 

History

History
64 lines (36 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

64 lines (36 loc) · 1.94 KB

1.2.0

  • a few IDF configuration changes (run on single core, reduce flash freq)
  • clean up logs
  • update esp-idf 2.1 to include KRACK fix

1.1.0

  • reboot after crash or when watchdog detects hanging task for 10sec (#43)

1.0.0

  • use stable esp-idf release instead of working version (too many issues with wifi/ssl)
  • ability to reset to factory firmware (#40)

0.6.0

  • fix wifi issues (#32), (#19)
  • wifi / control panel refactored and unit-tested

0.5.1

  • configurable OTA interval (#28)
  • refactored thingspeak client and generic 'publisher' interface

0.5.0

  • enable Jenkins build and automated unit tests (#4)

0.4.3

  • OTA updates (#2)
  • fix NVS crash after fresh install (#14)
  • fix non-unique SSID in AP mode (#21)

0.4.0

  • support two PM sensors (#8)
  • update ESP-IDF to 2.1 (#1)
  • track firmware version (#9)
  • display firmware version (#11)
  • add unit tests (#3)

0.3.0

  • support two (internal and external) bmx sensors
  • support optional fan and heater

0.2.0

  • support for bmp280 and bme280
  • basic rest client for AWS IoT

0.1.1

  • all main features working (some issues with bmp280)
  • thingspeak client