Skip to content

Releases: desiFish/ESP32-GPS-CLOCK-V2

v2.0.0

23 Sep 12:27

Choose a tag to compare

— 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

20 Sep 04:49

Choose a tag to compare

  • Fixed buzzer beeping issue when GPS time is not set

v1.1.2

03 Mar 03:56

Choose a tag to compare

  • Better programming logic
  • New Welcome Message
  • Restructured display initialisation
  • Other minor changes related to program and readability

v1.1.1

26 Feb 06:26

Choose a tag to compare

  • Better programming logic

V1.1.0

03 Feb 08:20

Choose a tag to compare

  1. 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.

  2. Improved brightness adjustment algorithm for a smoother transition.

V1.0.2

14 Dec 06:19

Choose a tag to compare

-Bug related to errorMsg

V1.0.1

06 Dec 16:41

Choose a tag to compare

* Minor bug fix
* Performance Enhancement