HASwitchPlate / openHASP

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

Move USB_TXD/RXD to is_system_pin() #769

Closed FreeBear-nc closed 4 months ago

FreeBear-nc commented 4 months ago

Realised there is a is_system_pi() function - The USB TX/RX pins are better off there rather than hijacking the is_driver_pin() function.