-
I've gotten hold of a handful of these, but I'm having trouble getting them to work. They compile fine and download, but then it stops. I tried the Hello World example with [https://wiki.seeedstudio.com/XIAO_ESP32C3_Getting_Started] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just tried a build with
You appear fall into the console where I have no further output as But... I'm not familiar with the XIAO ESP32C3 board. Perhaps it requires a different configuration? |
Beta Was this translation helpful? Give feedback.
The
esp32/esp32c3
target uses the on-board serial to usb converter.In the next code-drop there will be support for
USE_USB
on esp32c3 devices.There will be some new targets including
xiao_esp32c3
andqtpyc3
.