Skip to content

Releases: jhughes1010/weather

v 1.3.3 - UV Index correction

14 Nov 11:08
Compare
Choose a tag to compare

/*

  • v1.3.3
  •  1. Corrected error with readUV casting an int result / 100. Now casting that operation as a float. I was always receiving a UVIndex of 0
    
  • v1.3.2
  •  1. I2C OLED diagnostics added (if needed)
    

v1.3.1

15 Apr 21:04
Compare
Choose a tag to compare

Minor correction on version #define error and now reports rssi topic. If no WiFi connection can be established, the system will give up and sleep. WDT reset is avoided.

v1.3 minor stability and operational tweaks

11 Apr 09:02
564df3d
Compare
Choose a tag to compare
  1. See changelog in weather.ino for details
  2. RSSI topic added
  3. 24h rainfall accumulation error fixed
  4. uv.begin added (error correction) - addressed in 1.2.2 also
  5. Clear summary of sensor status in console output when running

Minor bug fixes

04 Apr 11:36
Compare
Choose a tag to compare
  1. uv.begin missing, now corrected
  2. MQTT is now an app choice, not an afterthought

Minor correction for use of ESP32 deep sleep

04 Jan 10:22
Compare
Choose a tag to compare

#include "esp_deep_sleep.h" is not needed and not part of the ESP32 software package.

Formal packaging of 1.2

01 Jan 18:24
683590b
Compare
Choose a tag to compare

not a "new" release, just forgot to formalize the v1.2 release from the fall of 2021.