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/> - - - - -