mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 10:12:50 +00:00
Compare commits
4 Commits
v2.0.9.6ea
...
v2.0.10.e0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e09b12ca58 | ||
|
|
7f3a624ee3 | ||
|
|
475c87b0e4 | ||
|
|
541f4aa998 |
@@ -1072,7 +1072,7 @@ int32_t Screen::runOnce()
|
|||||||
break;
|
break;
|
||||||
case Cmd::ON_PRESS:
|
case Cmd::ON_PRESS:
|
||||||
// If a nag notification is running, stop it
|
// If a nag notification is running, stop it
|
||||||
if (externalNotificationModule->nagCycleCutoff != UINT32_MAX) {
|
if (moduleConfig.external_notification.enabled && (externalNotificationModule->nagCycleCutoff != UINT32_MAX)) {
|
||||||
externalNotificationModule->stopNow();
|
externalNotificationModule->stopNow();
|
||||||
} else {
|
} else {
|
||||||
// Don't advance the screen if we just wanted to switch off the nag notification
|
// Don't advance the screen if we just wanted to switch off the nag notification
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
[VERSION]
|
[VERSION]
|
||||||
major = 2
|
major = 2
|
||||||
minor = 0
|
minor = 0
|
||||||
build = 9
|
build = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user