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
I compile and flash ESP32firmwareCLion code, and see the AP captive on my phone. And connect to it successfully.
Buy no web page to assign my home AP is shown. I try to look for any site as www.abc.com, still nothing happens.
How it works now.
On the first connection to the Captive AP it needs to show the list of AP around, and let me enter the home AP password.
SPIFFS VFS module registered
TCP adapter initialized
DHCP server stopped
TCP adapter configured with IP 192.168.1.20
DHCP server started, NZ
Event loop initialized
I (1178) phy: phy_version: 4182, f1ba940, Jun 4 2020, 19:40:07, 0, 0
Wifi adapter started
I (1191) esp_https_server: Starting server W (1193) httpd: httpd_server_init: error enabling SO_REUSEADDR (109)
I (1195) esp_https_server: Server listening on port 443
I (1199) room_monitor: Starting HTTP Server
I (1204) room_monitor: Registering URI handlers
HTTPS server started
I (3533) esp_netif_handlers: sta ip: 192.168.0.2, mask: 255.255.255.0, gw: 192.168.0.100
I (378502) esp_netif_lwip: DHCP server assigned IP to a station, IP is: 192.168.1.22
WRITE HERE
Steps to Reproduce
Steps to reproduce the BUG
Just flash the code on any ESP32 wrover find the new AP on phone and log in.
WRITE HERE
Suggested solution
fix the bug?
Tips and suggestion for implementation
WRITE HERE
The text was updated successfully, but these errors were encountered:
Expected Behaviour
I compile and flash ESP32firmwareCLion code, and see the AP captive on my phone. And connect to it successfully.
Buy no web page to assign my home AP is shown. I try to look for any site as www.abc.com, still nothing happens.
idf.py -p COM18 erase_flash -b 921600
idf.py fullclean
idf.py menuconfig
idf.py -p COM18 flash -b 921600 monitor
WRITE HERE
Current Behaviour
I (1178) phy: phy_version: 4182, f1ba940, Jun 4 2020, 19:40:07, 0, 0
I (1191) esp_https_server: Starting server
W (1193) httpd: httpd_server_init: error enabling SO_REUSEADDR (109)
I (1195) esp_https_server: Server listening on port 443
I (1199) room_monitor: Starting HTTP Server
I (1204) room_monitor: Registering URI handlers
I (3533) esp_netif_handlers: sta ip: 192.168.0.2, mask: 255.255.255.0, gw: 192.168.0.100
I (378502) esp_netif_lwip: DHCP server assigned IP to a station, IP is: 192.168.1.22
WRITE HERE
Steps to Reproduce
WRITE HERE
Suggested solution
fix the bug?
WRITE HERE
The text was updated successfully, but these errors were encountered: