Fix some bluetooth stuff for rev feather

This commit is contained in:
Just Call Me Koko
2024-11-24 19:13:45 -05:00
parent 3ceac1806e
commit 035dae47ff

View File

@@ -2030,6 +2030,7 @@ void MenuFunctions::RunSetup()
#endif
#ifndef HAS_ILI9341
#ifdef HAS_BT
// Select Airtag on Mini
this->addNodes(&bluetoothAttackMenu, "Spoof Airtag", TFT_WHITE, NULL, ATTACKS, [this](){
// Clear nodes and add back button
@@ -2077,6 +2078,7 @@ void MenuFunctions::RunSetup()
this->addNodes(&airtagMenu, text09, TFT_LIGHTGREY, NULL, 0, [this]() {
this->changeMenu(airtagMenu.parentMenu);
});
#endif
#endif