Update Bluetooth Toggle to match other variants (#7269)

This commit is contained in:
Jason P
2025-07-08 13:38:07 -05:00
committed by GitHub
co-authored by GitHub
parent db4e4e6e53
commit 916587c2a6
2 changed files with 25 additions and 3 deletions
+3 -1
View File
@@ -25,7 +25,8 @@ class menuHandler
remove_favorite,
test_menu,
number_test,
wifi_toggle_menu
wifi_toggle_menu,
bluetooth_toggle_menu
};
static screenMenus menuQueue;
@@ -55,6 +56,7 @@ class menuHandler
static void numberTest();
static void wifiBaseMenu();
static void wifiToggleMenu();
static void BluetoothToggleMenu();
};
} // namespace graphics