HASwitchPlate / openHASP

HomeAutomation Switchplate based on lvgl for ESP32
https://www.openhasp.com
MIT License
726 stars 185 forks source link

Hide TFT-G5 & USB GPIO pins in web page #768

Closed FreeBear-nc closed 4 months ago

FreeBear-nc commented 4 months ago

Forgot to include the TFT_G5 GPIO pin in the is_driver_pin() list. Whilst at it, include the USB TX/RX pins for the Guition ESP32-S3 4848S040 board. These two pins are wired to a CH340C chip, so not available for other uses.

fvanroie commented 4 months ago

Thanks!