mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-21 23:00:51 -08:00
Fix some bluetooth stuff for rev feather
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user