mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-15 01:35:03 +00:00
Ad-hoc Position banner added
This commit is contained in:
parent
bc1cc0081f
commit
0a61ea4137
@ -219,11 +219,17 @@ int32_t ButtonThread::runOnce()
|
|||||||
|
|
||||||
case BUTTON_EVENT_DOUBLE_PRESSED: {
|
case BUTTON_EVENT_DOUBLE_PRESSED: {
|
||||||
LOG_BUTTON("Double press!");
|
LOG_BUTTON("Double press!");
|
||||||
#ifdef ELECROW_ThinkNode_M1
|
|
||||||
|
#ifdef ELECROW_ThinkNode_M1
|
||||||
digitalWrite(PIN_EINK_EN, digitalRead(PIN_EINK_EN) == LOW);
|
digitalWrite(PIN_EINK_EN, digitalRead(PIN_EINK_EN) == LOW);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Send GPS position immediately
|
||||||
sendAdHocPosition();
|
sendAdHocPosition();
|
||||||
|
|
||||||
|
// Show temporary on-screen confirmation banner for 3 seconds
|
||||||
|
screen->showOverlayBanner("Ad-hoc Position Sent", 3000);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user