@@ -5038,7 +5038,7 @@ void WiFiScan::RunStationScan(uint8_t scan_mode, uint16_t color)
50385038 display_obj.print_delay_2 = 10 ;
50395039 display_obj.initScrollValues (true );
50405040 display_obj.tft .setTextWrap (false );
5041- display_obj.tft .setTextColor (TFT_WHITE , color);
5041+ display_obj.tft .setTextColor (TFT_BLACK , color);
50425042 #ifdef HAS_FULL_SCREEN
50435043 display_obj.tft .fillRect (0 ,16 ,TFT_WIDTH,16 , color);
50445044 display_obj.tft .drawCentreString (text_table1[59 ],TFT_WIDTH / 2 ,16 ,2 );
@@ -5319,6 +5319,8 @@ void WiFiScan::RunProbeScan(uint8_t scan_mode, uint16_t color)
53195319 display_obj.tft .drawCentreString (text_table4[40 ],TFT_WIDTH / 2 ,16 ,2 );
53205320 else if (scan_mode == WIFI_SCAN_DETECT_FOLLOW)
53215321 display_obj.tft .drawCentreString (" MAC Monitor" ,TFT_WIDTH / 2 ,16 ,2 );
5322+ else if (scan_mode == WIFI_SCAN_STATION_WAR_DRIVE)
5323+ display_obj.tft .drawCentreString (" Station Wardrive" ,TFT_WIDTH / 2 ,16 ,2 );
53225324 else {
53235325 Serial.println (F (" Starting WiFi sniff for Flock..." ));
53245326 display_obj.tft .drawCentreString (" Flock Sniff" ,TFT_WIDTH / 2 ,16 ,2 );
0 commit comments