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

Crashes when using WebSockets with EXP32-C3 #1181

@alwynallan

Description

@alwynallan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions