Add flipper zero sniff

This commit is contained in:
Just Call Me Koko
2024-11-24 18:28:24 -05:00
parent 88b4edd574
commit 3ceac1806e
9 changed files with 129 additions and 4 deletions

View File

@@ -865,6 +865,14 @@ void CommandLine::runCommand(String input) {
#endif
wifi_scan_obj.StartScan(BT_SCAN_AIRTAG, TFT_WHITE);
}
else if (bt_type == "flipper") {
Serial.println("Starting Flipper sniff. Stop with " + (String)STOPSCAN_CMD);
#ifdef HAS_SCREEN
display_obj.clearScreen();
menu_function_obj.drawStatusBar();
#endif
wifi_scan_obj.StartScan(BT_SCAN_FLIPPER, TFT_ORANGE);
}
}
// General bluetooth sniff
else {