UART1 pin init in ESP32-C3 #12795
Replies: 2 comments 1 reply
-
from version 1.21 they merged build for ESP32_GENERIC_C3, earlier version have 2 build with and without USB. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's works perfect! Thanks you a lot!!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a MicroPython code that is runing in MicroPython 1.20 in a ESP32-C3 using this line to set the pins to use UART1:
machine.UART(1, baudrate=115200, tx=18, rx=19)
I was trying to update to MicroPython 1.21 and I noticed that now that line raises this excepction:
I am doing something wrong? Can be possible it is a bug?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions