Releases: desiFish/ESP32-GPS-CLOCK-V2
v2.0.0
— Enhanced time management using time.h over timelib.h
— Fixed half-hourly or hourly buzzers buzzing on UTC time rather than local time (happened rarely)
— Enhanced “pulse” working
— Better debug options
— Optimized auto-brightness algorithm
— Added power saving option: Display OFF when dark (with lower CPU power)
— Added new settings option: MODE, used for changing between 12hour-24hour modes.
— Various other bug fixes and optimizations
— Various other general fixes
— Various UI related fixes and changes
— Moved the Wi-Fi manager code from PROGMEM to SPIFFS for easier development
— Separating wifi reset from "Reset" in menu: New options: Wi-Fi reset, Reset All
— Replaced AHT25 with BME280 Sensor
v1.1.3
v1.1.2
v1.1.1
V1.1.0
-
Better GPS connectivity, increased HDOP, and reduced satellite need. GPS chips can start receiving time data without a proper fix, so a higher number of satellites and lower HDOP are unnecessary.
-
Improved brightness adjustment algorithm for a smoother transition.