mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-26 04:36:40 +00:00
chore: bump dev-fallback version to v1.25-dev, fix stale comment casing
This commit is contained in:
@@ -20,7 +20,7 @@ class UITask;
|
|||||||
// "dev-<commit>" otherwise; see build-solo-firmwares.yml). This default only
|
// "dev-<commit>" otherwise; see build-solo-firmwares.yml). This default only
|
||||||
// shows up for a `pio run` invoked directly, bypassing build.sh entirely.
|
// shows up for a `pio run` invoked directly, bypassing build.sh entirely.
|
||||||
#ifndef FIRMWARE_VERSION
|
#ifndef FIRMWARE_VERSION
|
||||||
#define FIRMWARE_VERSION "v1.24-dev"
|
#define FIRMWARE_VERSION "v1.25-dev"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
|
#if defined(NRF52_PLATFORM) || defined(STM32_PLATFORM)
|
||||||
|
|||||||
@@ -301,7 +301,7 @@ struct NodePrefs { // persisted to file
|
|||||||
return M[idx < ALARM_REPEAT_COUNT ? idx : 0];
|
return M[idx < ALARM_REPEAT_COUNT ? idx : 0];
|
||||||
}
|
}
|
||||||
// Reverse lookup for display: an arbitrary mask (e.g. loaded from a future
|
// 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.
|
// it still fires correctly, computeAlarmNextFire() reads the raw mask.
|
||||||
static uint8_t alarmRepeatIdxForMask(uint8_t mask) {
|
static uint8_t alarmRepeatIdxForMask(uint8_t mask) {
|
||||||
switch (mask) {
|
switch (mask) {
|
||||||
|
|||||||
Reference in New Issue
Block a user