mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-22 15:16:43 -08:00
Adjust SD update phrasing
This commit is contained in:
@@ -97,7 +97,7 @@ void SDInterface::runUpdate() {
|
|||||||
display_obj.tft.setTextColor(TFT_RED);
|
display_obj.tft.setTextColor(TFT_RED);
|
||||||
display_obj.tft.println(F(text_table2[0]));
|
display_obj.tft.println(F(text_table2[0]));
|
||||||
#endif
|
#endif
|
||||||
Serial.println(F("Error, update.bin is not a file"));
|
Serial.println(F("Error, could not find \"update.bin\""));
|
||||||
#ifdef HAS_SCREEN
|
#ifdef HAS_SCREEN
|
||||||
display_obj.tft.setTextColor(TFT_WHITE);
|
display_obj.tft.setTextColor(TFT_WHITE);
|
||||||
#endif
|
#endif
|
||||||
@@ -111,7 +111,7 @@ void SDInterface::runUpdate() {
|
|||||||
#ifdef HAS_SCREEN
|
#ifdef HAS_SCREEN
|
||||||
display_obj.tft.println(F(text_table2[1]));
|
display_obj.tft.println(F(text_table2[1]));
|
||||||
#endif
|
#endif
|
||||||
Serial.println(F("Try to start update"));
|
Serial.println(F("Starting update over SD. Please wait..."));
|
||||||
this->performUpdate(updateBin, updateSize);
|
this->performUpdate(updateBin, updateSize);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user