From cc591e8cee6134b7acccd44561295b9fabd5dbd3 Mon Sep 17 00:00:00 2001 From: MarekZegare4 Date: Wed, 12 Aug 2026 23:58:03 +0200 Subject: [PATCH] chore: bump dev-fallback version to v1.25-dev, fix stale comment casing --- examples/companion_radio/MyMesh.h | 2 +- examples/companion_radio/NodePrefs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/companion_radio/MyMesh.h b/examples/companion_radio/MyMesh.h index 90a4dd57..499cb391 100644 --- a/examples/companion_radio/MyMesh.h +++ b/examples/companion_radio/MyMesh.h @@ -20,7 +20,7 @@ class UITask; // "dev-" 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) diff --git a/examples/companion_radio/NodePrefs.h b/examples/companion_radio/NodePrefs.h index 9fdfe39f..6a95b6ef 100644 --- a/examples/companion_radio/NodePrefs.h +++ b/examples/companion_radio/NodePrefs.h @@ -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) {