s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266

Home Page:https://valencia.lbsfilm.at/midterm-presentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newest lib version forces permanent ESP32 Core 1 panic on web interface setup and addControl with HTML table do not compile anymore

AWSW-de opened this issue · comments

Hello,
the newest lib version forces permanent ESP32 Core 1 panic on the web interface setup and an addControl with a HTML table content does not compile anymore.

To Reproduce
Link to the code: https://github.com/AWSW-de/WordClock-16x16-LED-matrix-2023/blob/main/Code/Code.ino

See line 314 for the addControl to show the HTML table in a ESPUI box. This does not compile anymore.
When lin 314 is commented out, the code compiles, but then calling the general void to setup the ESPUI gui on line 4691 results in "Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled." on an D1 mini ESP32 board and some boards of some of my users.

Expected behavior
In previous versions of the ESPUI library the compile was successful with line 314 active and the core panic was not showing up too.

Windows 11 used with Arduino version: 2.2.1 and all named libraries in current version available.

Thanks in advance :)

Kind regards
AWSW