From 36194b715de876990f841011346d6e2ad256d9a6 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 21 Apr 2022 15:42:17 +0200 Subject: [PATCH] Update to LovyanGFX 0.4.16 and TFT_eSPI 2.4.50 --- CHANGLELOG.md | 2 +- include/hasp_conf.h | 4 ---- platformio.ini | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index a108cb78..5b9c54dd 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -76,7 +76,7 @@ ### Architecture - ⚠️ **Breaking:** Removed support for ESP8266! -Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.42, LovyanGFX 0.4.15 and Adafruit STMPE610 1.1.4 +Updated libraries to ArduinoJson 6.19.4, ArduinoStreamUtils 1.6.2, AceButton 1.9.2, TFT_eSPI 2.4.50, LovyanGFX 0.4.16 and Adafruit STMPE610 1.1.4 ## v0.6.2 diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 9551c809..f092b4eb 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -105,10 +105,6 @@ #define HASP_USE_TELNET 0 #endif -#ifndef HASP_START_FTP -#define HASP_START_FTP 1 -#endif - #ifndef HASP_START_TELNET #define HASP_START_TELNET 1 #endif diff --git a/platformio.ini b/platformio.ini index 7bdb6062..c39ea6bc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -100,11 +100,11 @@ src_filter = +<*> -<.git/> - - - - -