mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
Key verification flow on BaseUI (#7240)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
#if HAS_SCREEN
|
||||
#include "configuration.h"
|
||||
namespace graphics
|
||||
{
|
||||
@@ -26,7 +28,10 @@ class menuHandler
|
||||
test_menu,
|
||||
number_test,
|
||||
wifi_toggle_menu,
|
||||
bluetooth_toggle_menu
|
||||
key_verification_init,
|
||||
key_verification_final_prompt,
|
||||
bluetooth_toggle_menu,
|
||||
throttle_message
|
||||
};
|
||||
static screenMenus menuQueue;
|
||||
|
||||
@@ -56,7 +61,10 @@ class menuHandler
|
||||
static void numberTest();
|
||||
static void wifiBaseMenu();
|
||||
static void wifiToggleMenu();
|
||||
static void keyVerificationInitMenu();
|
||||
static void keyVerificationFinalPrompt();
|
||||
static void BluetoothToggleMenu();
|
||||
};
|
||||
|
||||
} // namespace graphics
|
||||
} // namespace graphics
|
||||
#endif
|
||||
Reference in New Issue
Block a user