XIAO ESP32C3 timing out first time using


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.

Try the following.

  Serial.begin(115200);
  Serial.setTxTimeoutMs(10)  
  while(!Serial);