mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Update some apps to close short press --nobuild
long live the moble app for not handling long presses :D
This commit is contained in:
1
applications/external/gps_nmea_uart/gps.c
vendored
1
applications/external/gps_nmea_uart/gps.c
vendored
@@ -126,6 +126,7 @@ int32_t gps_app(void* p) {
|
||||
case InputKeyRight:
|
||||
case InputKeyLeft:
|
||||
case InputKeyBack:
|
||||
processing = false;
|
||||
break;
|
||||
case InputKeyOk:
|
||||
if(!gps_uart->backlight_on) {
|
||||
|
||||
Reference in New Issue
Block a user