You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Software/src/timecircuits.ino
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,23 @@
137
137
*/
138
138
139
139
/* Changelog
140
-
*
140
+
*
141
+
* 2026/03/27 (A10001986) [3.21]
142
+
* - New sound-pack (TW06/CS06)
143
+
* - New "extended" alarm function: Pressing ENTER optionally snoozes, holding ENTER stop the alarm. User-provided sound can be looped. Old legacy mode still supported.
144
+
* - 117 toggles new "minimal mode": Present time shows weekday instead of year when displaying actual present time, red and yellow displays are off.
145
+
* - 110 restores display mode to default (disables RC, WC, Geo, mini modes)
146
+
* - 91mmddyyyyhhMM/92mmddyyyyhhMM are short-cuts to enter and save user-defined dates for the Destination Time/Last Time Departed displays, just like using the keypad menu. Time-cycling is paused for 30 mins.
147
+
* - Programming the Destination Time/Last Time Departed displays through the keypad menu no longer disables time cycling, it only pauses it for 30 mins.
148
+
* - MQTT: Add 10 user defined topics and messages for publishing through keypad commands 600-609.
149
+
* - WiFi: Allow defining a BSSID (AP MAC address) to connect to a specific AP if multiple APs with identical SSID are available.
150
+
* - A-Car version can now swap red and yellow displays to emulate B-Car as seen in part 3.
151
+
* - New Easter Egg
152
+
* - Music player: Fix off-by-one bug in ID3 decoding
153
+
* - MQTT: Disable if server can't be resolved
154
+
* - WiFi: Do not power down AP long as a client is connected
155
+
* - Brush up Config Portal a bit
156
+
* - Code optimizations and fixes.
141
157
* 2026/02/16 (A10001986) [3.20]
142
158
* - New file format for secondary and IP settings. This version of the firmware
0 commit comments