diff --git a/platformio.ini b/platformio.ini index a798b3a9..86ec71c5 100644 --- a/platformio.ini +++ b/platformio.ini @@ -165,12 +165,6 @@ lib_deps = Ethernet@<2.0.0 -; -- Library options ------------------------------- -lib_deps = - ${env.lib_deps} - Ethernet@<2.0.0 - - ;*************************************************** ; Native build ;*************************************************** diff --git a/src/hasp_conf.h b/src/hasp_conf.h deleted file mode 100644 index a632645f..00000000 --- a/src/hasp_conf.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#define LV_USE_HASP 1 - -#define LV_USE_HASP_WIFI 1 -#define LV_USE_HASP_MQTT 1 -#define LV_USE_HASP_HTTP 1 -#define LV_USE_HASP_SPIFFS 1 - -#define LV_DEMO_WALLPAPER 0 /*Create a wallpaper too*/ - -//#define LV_HASP_HOR_RES_MAX 128 -//#define LV_HASP_VER_RES_MAX 160 \ No newline at end of file