RAK / NRF shutdown functionality on user button long press (#1113)

This commit is contained in:
Ben Meadors
2022-01-19 17:10:02 -06:00
committed by GitHub
parent 4e3fda87a1
commit 9309824874
4 changed files with 35 additions and 2 deletions

View File

@@ -13,4 +13,5 @@ enum class Cmd {
STOP_BLUETOOTH_PIN_SCREEN,
STOP_BOOT_SCREEN,
PRINT,
START_SHUTDOWN_SCREEN,
};