chore: bump dev-fallback version to v1.25-dev, fix stale comment casing

This commit is contained in:
MarekZegare4
2026-08-12 23:58:03 +02:00
parent b572c0ba57
commit cc591e8cee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class UITask;
// "dev-<commit>" otherwise; see build-solo-firmwares.yml). This default only
// shows up for a `pio run` invoked directly, bypassing build.sh entirely.
#ifndef FIRMWARE_VERSION
#define FIRMWARE_VERSION "v1.24-dev"
#define FIRMWARE_VERSION "v1.25-dev"
#endif
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
+1 -1
View File
@@ -301,7 +301,7 @@ struct NodePrefs { // persisted to file
return M[idx < ALARM_REPEAT_COUNT ? idx : 0];
}
// Reverse lookup for display: an arbitrary mask (e.g. loaded from a future
// custom-day picker) that doesn't match a preset just reads as "Off" here —
// custom-day picker) that doesn't match a preset just reads as "OFF" here —
// it still fires correctly, computeAlarmNextFire() reads the raw mask.
static uint8_t alarmRepeatIdxForMask(uint8_t mask) {
switch (mask) {