From fff06f5b30cca942e634239b943adfd2f548dc14 Mon Sep 17 00:00:00 2001
From: fvanroie <15969459+fvanroie@users.noreply.github.com>
Date: Wed, 10 Mar 2021 04:33:38 +0100
Subject: [PATCH] Move STMPE610 to Feather environments
---
platformio.ini | 5 ++---
user_setups/esp32/huzzah32-featherwing-24.ini | 1 +
user_setups/esp32/huzzah32-featherwing-35.ini | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/platformio.ini b/platformio.ini
index 865de0e2..7237de15 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -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/> - - - - -
diff --git a/user_setups/esp32/huzzah32-featherwing-24.ini b/user_setups/esp32/huzzah32-featherwing-24.ini
index 79b57552..2c1d23fc 100644
--- a/user_setups/esp32/huzzah32-featherwing-24.ini
+++ b/user_setups/esp32/huzzah32-featherwing-24.ini
@@ -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}
diff --git a/user_setups/esp32/huzzah32-featherwing-35.ini b/user_setups/esp32/huzzah32-featherwing-35.ini
index db9e512f..0555d4b4 100644
--- a/user_setups/esp32/huzzah32-featherwing-35.ini
+++ b/user_setups/esp32/huzzah32-featherwing-35.ini
@@ -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}