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
the esp32c3 I'm working with seems to halt execution or something unless there is a serial monitor connected. If I plug it into my PC, it seems to connect to wifi as expected, but the web ui (using the sveltekit build) is not accessible... However the moment I start a serial monitor the UI loads up.
Commenting/removing all references to Serial appears to resolve this issue.
The following files (excluding main.cpp) had Serial lines that were commented:
Maybe unique to the ESP32C3, or the Seeed Studio XIAO ESP32C3 board specifically.
The text was updated successfully, but these errors were encountered:
For reference, I am running the same Seeed Studio board and didn't have to comment out the Serial lines as mentioned. After flashing and moving the board to stand-alone power supply, the web ui was not initially accessible but it did eventually come up when I checked again some time later. During inaccessible time, the board could have been in wifi AP mode rather than connected wifi STA mode but I didn't immediately investigate.
Only customizations I am using are a platformio.ini definition for the Seeed board (LED_BUILTIN assigned to GPIO4 arbitrarily):
From discord:
Commenting/removing all references to
Serial
appears to resolve this issue.The following files (excluding
main.cpp
) hadSerial
lines that were commented:Maybe unique to the ESP32C3, or the Seeed Studio XIAO ESP32C3 board specifically.
The text was updated successfully, but these errors were encountered: