Release v0.8.0

This commit is contained in:
Just Call Me Koko
2020-08-31 19:15:10 -04:00
parent 17dd0dda4f
commit 06c70562a7
7 changed files with 14 additions and 3 deletions

View File

@@ -36,8 +36,8 @@
#define LV_ADD_SSID 14
#define WIFI_ATTACK_BEACON_LIST 15
//#define TFT_SHIELD
#define TFT_DIY
#define TFT_SHIELD
//#define TFT_DIY
#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 320
@@ -98,7 +98,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.7.1";
const String PROGMEM version_number = "v0.8.0";
bool printing = false;
bool loading = false;