Seeed Studio Forum
XIAO ESP32C3 timing out first time using
Products & Technology
Shaan_Sidhu
May 12, 2023, 2:56am
1
image
1920×1129 176 KB
While trying to work on the XIAO ESP32C3 board for the first time, everytime i plug it in it keeps timing out and I dont understand the issue.
msfujino
May 12, 2023, 4:33am
2
Try the following.
Serial.begin(115200); Serial.setTxTimeoutMs(10) while(!Serial);