thorrak / tiltbridge

Tilt Hydrometer to WiFi Bridge
http://www.tiltbridge.com/
Other
61 stars 27 forks source link

TOUCH_CS setting in platformio.ini inhibits hardwired Serial monitoring #230

Closed pletch closed 1 year ago

pletch commented 1 year ago

TOUCH_CS=1 setting reassigns GPIO pin 1 and causes serial monitoring to no longer work in the d32_pro_tft environment configuration. Setting this to value of 12 (per https://www.wemos.cc/en/latest/_static/boards/d32_pro_v2.0.0_3_16x9.jpg) satisfies code ifdef requirements while and re-allowing use of Serial monitoring with TFT touch functions unimpacted.