This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Description
Examples that work well with other ESP32 platforms crash the ESP32-C3 (single RISC-V core). The chip reboots whenever a client (browser) tries to connect. I get the message
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40381fa8
SPIWP:0xee
The bug is documented elsewhere (e.g. Vasilis comment https://randomnerdtutorials.com/esp32-websocket-server-arduino/), and resolved by eliminating delete it from line 131 in StringArray.h . I also had the "ambiguous" compiler error documented here with ESP32-C3.