Explorar o código

Change color again

Just Call Me Koko %!s(int64=3) %!d(string=hai) anos
pai
achega
19ffe973f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      esp32_marauder/CommandLine.cpp

+ 1 - 1
esp32_marauder/CommandLine.cpp

@@ -256,7 +256,7 @@ void CommandLine::runCommand(String input) {
         display_obj.clearScreen();
         menu_function_obj.drawStatusBar();
       #endif
-      wifi_scan_obj.StartScan(WIFI_SCAN_RAW_CAPTURE, TFT_WHITE);
+      wifi_scan_obj.StartScan(WIFI_SCAN_RAW_CAPTURE, TFT_RED);
     }
     // Beacon sniff
     else if (cmd_args.get(0) == SNIFF_BEACON_CMD) {