Skip to content

Commit

Permalink
Added 1.2.0 fixed files
Browse files Browse the repository at this point in the history
  • Loading branch information
ATOMNFT committed Jan 11, 2025
1 parent 3cea2f6 commit 4ae6a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ void setup()
display_obj.tft.drawCentreString("ESP32 Marauder", TFT_WIDTH/1.25, TFT_HEIGHT * 0.10, 1);
display_obj.tft.drawCentreString("JustCallMeKoko", TFT_WIDTH/1.25, TFT_HEIGHT * 0.17, 1);
display_obj.tft.drawCentreString(display_obj.version_number, TFT_WIDTH/1.25, TFT_HEIGHT * 0.24, 1);
display_obj.tft.setTextColor(TFT_VIOLET, TFT_BLACK);
display_obj.tft.drawCentreString("Ported by ATOMNFT", TFT_WIDTH/1.25, TFT_HEIGHT * 0.36, 1); // Added this line
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ PROGMEM const char text1_2[] = "SSID: ";
PROGMEM const char text1_3[] = "Password:";
PROGMEM const char text1_4[] = "Setting disabled";
PROGMEM const char text1_5[] = "Setting on";
PROGMEM const char text1_6[] = "CYD Marauder ";
PROGMEM const char text1_6[] = "M5 Marauder ";
PROGMEM const char text1_7[] = "WiFi ";
PROGMEM const char text1_8[] = "Bad USB ";
PROGMEM const char text1_9[] = "Device ";
Expand Down

0 comments on commit 4ae6a8f

Please sign in to comment.