Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
AWSW-de opened this issue Oct 15, 2023 · 0 comments

Comments

@AWSW-de
Copy link

AWSW-de commented Oct 15, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant