This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
No config page loading #10
Closed
Description
Followed the examples.
Using PlatformIO with Core 6x
Board starts, WiFi AP shows up, and I can connect with password,
When I connect my phone to the network and then try to reach the IP Address, I get no page.
Any idea?
I get this warning:
In file included from src/defines.h:73,
from src/Credentials.h:4,
from src/main.cpp:1:
.pio/libdeps/az-delivery-devkit-v4/ESPAsync_WiFiManager_Lite/src/ESPAsync_WiFiManager_Lite.h:133:8: warning: #warning Using ESP32 Core 1.0.6 or 2.0.0+ [-Wcpp]
#warning Using ESP32 Core 1.0.6 or 2.0.0+
Terminal output on Upload and Monitor:
Starting ESPAsync_WiFi using LittleFS ON AZ-Delivery ESP-32 Dev Kit C V4
ESPAsync_WiFiManager_Lite v1.9.0
ESP_MultiResetDetector v1.3.2
[ 483][E][vfs_api.cpp:104] open(): /littlefs/wm_config.dat does not exist, no permits for creation
[ 487][E][vfs_api.cpp:104] open(): /littlefs/wm_config.bak does not exist, no permits for creation
[WML] WiFi networks found:
[WML] 1: PrettyFlyForAWiFi, -38dB
[WML]
stConf:SSID=ESP_5270E0,PW=MyESP_5270E0
[WML] IP=192.168.4.1,ch=3
C