mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 15:16:43 -08:00
Add check ESP8266
This commit is contained in:
@@ -16,7 +16,7 @@ void EspInterface::begin() {
|
||||
|
||||
delay(100);
|
||||
|
||||
//display_obj.tft.println("Checking for ESP8266...");
|
||||
display_obj.tft.println("Checking for ESP8266...");
|
||||
|
||||
this->bootRunMode();
|
||||
|
||||
@@ -40,7 +40,7 @@ void EspInterface::begin() {
|
||||
Serial.println("\nDisplay string: " + (String)display_string);
|
||||
|
||||
if (display_string == "ESP8266 Pong") {
|
||||
//display_obj.tft.println("ESP8266 Found!");
|
||||
display_obj.tft.println("ESP8266 Found!");
|
||||
Serial.println("ESP8266 Found!");
|
||||
this->supported = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user