Move STMPE610 to Feather environments

This commit is contained in:
fvanroie 2021-03-10 04:33:38 +01:00
parent a6b062ee19
commit fff06f5b30
3 changed files with 4 additions and 3 deletions

View File

@ -39,8 +39,8 @@ monitor_speed = 115200
build_flags =
-D PIOENV=\"${PIOENV}\"
;-Os ; Code Size Optimization
-Og ; Code Debug Optimization
-Os ; Code Size Optimization
;-Og ; Code Debug Optimization
;-w ; Suppress warnings
-D CORE_DEBUG_LEVEL=0 ; 0=Silent, 1=Errors, 2=Warnings
-I include ; include lv_conf.h and hasp_conf.h
@ -83,7 +83,6 @@ lib_deps =
;AsyncTCP
;https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
;https://github.com/me-no-dev/ESPAsyncTCP/archive/master.zip
adafruit/Adafruit STMPE610@^1.1.3 ;STMPE610 touch controller
src_filter = +<*> -<.git/> -<examples/> -<test/> -<tests/> -<stm32f4/> -<lv_font_montserrat_*.c>

View File

@ -27,6 +27,7 @@ build_flags =
lib_deps =
${env.lib_deps}
${esp32.lib_deps}
adafruit/Adafruit STMPE610@^1.1.3 ;STMPE610 touch controller
lib_ignore =
${env.lib_ignore}

View File

@ -27,6 +27,7 @@ build_flags =
lib_deps =
${env.lib_deps}
${esp32.lib_deps}
adafruit/Adafruit STMPE610@^1.1.3 ;STMPE610 touch controller
lib_ignore =
${env.lib_ignore}