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
Hello,
To discover the library, I tried some provided examples with a ESP32-C3 (Super Mini) and a ESP32 WROOM (D1 mini)
I started with simpleServer.ino : compiles but crashes at runtime during setup it seems.
Then tried simpleServerCaptive.ino : it works fine. I could enter my wifi credentials on the /setup page.
Then tried withWebSocket.ino : crash at runtime same as simpleServer
crash with sampleserver.ino or withWebSocket.ino
LittleFS filesystem ready!
Stored "testInt" value: 150
Stored "testFloat" value: 123.46
[E][AsyncFsWebServer.cpp:605] startWiFi(): File not found, will be created new configuration file
[I][AsyncFsWebServer.cpp:152] startCaptivePortal(): Captive portal started. Redirecting all requests to /setupGuru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
successfull simpleServerCaptive.ino on a fresh board
[E][AsyncFsWebServer.cpp:605] startWiFi(): File not found, will be created new configuration file
Listing directory: /
[E][AsyncFsWebServer.cpp:605] startWiFi(): File not found, will be created new configuration file
[I][AsyncFsWebServer.cpp:152] startCaptivePortal(): Captive portal started. Redirecting all requests to /setup
[E][src/SetupConfig.hpp:19] checkConfigFile(): Failed to open /setup directory. Create new folder
Async ESP Web Server started on IP Address: 8.8.8.8
This is "simpleServerCaptive.ino" example.
Open /setup page to configure optional parameters.
Open /edit page to view, edit or upload example or your custom webserver source files.
I use board ESP32 version 2.0.17 and latest versions of all libs.
Obviously there are differences in each example. Are there any particular recommendation and/or requirements ?
The text was updated successfully, but these errors were encountered:
Hello,
To discover the library, I tried some provided examples with a ESP32-C3 (Super Mini) and a ESP32 WROOM (D1 mini)
I started with
simpleServer.ino
: compiles but crashes at runtime during setup it seems.Then tried
simpleServerCaptive.ino
: it works fine. I could enter my wifi credentials on the /setup page.Then tried
withWebSocket.ino
: crash at runtime same as simpleServercrash with
sampleserver.ino
orwithWebSocket.ino
successfull simpleServerCaptive.ino on a fresh board
I use board ESP32 version 2.0.17 and latest versions of all libs.
Obviously there are differences in each example. Are there any particular recommendation and/or requirements ?
The text was updated successfully, but these errors were encountered: