Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Software Location

...

Version log on master branch and notable development commits

Date

Version

BRANCH

Comments/Known issues

0.9

Master

Initial release for basic user testing and feedback.

Known issues:

  • Wind vane does not register all 16 positions (with 2 switch closure) on my wind vane. 2 entries are set to “000”

  • Thingspeak code not tested yet

1.0

Master

Thingspeak operational, low battery voltage code corrected.

1.1 (release candidate)

Develop

Math error corrected in wind speed measurement. IRAM_ATTR added in ISRs to move interrupt code processing to SRAM per ESP32 documentation. Testing now.

1.1 (release candidate)

Develop

Found an attribute to copy ISR to SRAM. Code is stable at 1000 boot cycles now. WDT code added for 60s watchdog.

1.1

Master

Develop merged to master for 1.1 release

1.2 RC1

Master

  • Refactoring weather.ino

  • I2C EEPROM support option for higher reliability

  • photoresistor support for Thomas Krebs designed PCB

  • offset added on WAKE timing to ensure fresh data reporting for display unit (MQTT subscriber)

1.2 RC2

Master

  • Resolved 2 missing directions (I never see these though)

...