You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32-C6, at least: board.UART() or busio.uART() on GPIO16 and GPIO17 is returning "Invalid pins".
Discovered by a user in Discord. I'm debugging this: may have to do with HP vs LP UARTs and which pins work for each kind. Also found there is incomplete cleanup when the busio.UART() constructor raise an exception.
The text was updated successfully, but these errors were encountered:
dhalbert
changed the title
Espressif: board.UART() on GPIO16 and GPIO17 is returning "Invalid pins"
ESP32-C6: board.UART() on GPIO16 and GPIO17 is returning "Invalid pins"
Aug 29, 2024
ESP32-C6, at least:
board.UART()
orbusio.uART()
on GPIO16 and GPIO17 is returning "Invalid pins".Discovered by a user in Discord. I'm debugging this: may have to do with HP vs LP UARTs and which pins work for each kind. Also found there is incomplete cleanup when the
busio.UART()
constructor raise an exception.The text was updated successfully, but these errors were encountered: