mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-05 20:40:25 -08:00
Settings actually work
This commit is contained in:
@@ -131,7 +131,7 @@ class Display
|
||||
TFT_eSPI tft = TFT_eSPI();
|
||||
TFT_eSprite img = TFT_eSprite(&tft);
|
||||
TFT_eSPI_Button key[BUTTON_ARRAY_LEN];
|
||||
const String PROGMEM version_number = "v0.9.4";
|
||||
const String PROGMEM version_number = "v0.9.5";
|
||||
|
||||
bool printing = false;
|
||||
bool loading = false;
|
||||
|
||||
Reference in New Issue
Block a user