Open rodri16 opened 4 years ago
Usually running out of memory, we are working on it, see the other issues some hints were to allocate memory for http page variable output to prevent fragmentation
Maybe increasing DynamicJsonDocument json(1024);?? Still couldn't make it work
No its memory in wm theres a issue about it
So removing PROGMEM could be a solution according to https://github.com/tzapu/WiFiManager/issues/931
Actually I was thinking of another issue , I forgot about that one. Are you using progmem strings in your params?
Actually not in params but in strings_en.h
No those should be fine, we are talking about stack memory
https://github.com/tzapu/WiFiManager/issues/901?? I still don't get what to change to support multiple params
I have another weird problem, in config portal after connecting WiFi "Credential saved. Trying.." page doesn't appear, is it because of lack of memory? Also when calling captive portal sometimes I have to reload captive portal page many times till I see the WM menu
I was having this issue also, let me se if that is a new bug i introduced
Solved after clicking save. Thanks @marcovanoord! But still cannot always connect directly to configportal... HTTP root not always appearing
*WM: [3] setupConfigPortal
*WM: [1] Starting Web Portal
*WM: [3] dns server started with ip: 10.0.1.1
*WM: [2] HTTP server started
*WM: [2] WiFi Scan completed in 1583 ms
*WM: [2] Config Portal Running, blocking, waiting for clients...
*WM: [2] Portal Timeout In 116 seconds
*WM: [3] -> connectivitycheck.gstatic.com
*WM: [2] <- Request redirected to captive portal
*WM: [2] Portal Timeout In 86 seconds
So i have to go back and launch again config portal and then portal opens (sometimes) successfully
*WM: [2] <- Request redirected to captive portal
*WM: [3] -> connectivitycheck.gstatic.com
*WM: [2] <- Request redirected to captive portal
*WM: [2] <- HTTP Root
*WM: [3] -> 10.0.1.1
*WM: [3] lastconxresult: WL_CONNECTED
*WM: [2] WiFi Scan completed in 1585 ms
*WM: [3] -> 10.0.1.1
*WM: [3] -> connectivitycheck.gstatic.com
what device?
I am using SonOff Pow (r1) Esp8266
What client device is not pulling up captive portal or web page. Might be a cached issue or a dns issue, try forgetting ap
Oh sorry, it's an Android v10. Ok I'll test
I just merged dev into ota, it should be up to date now, might be your problem
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
ESP Core Version: 2.4.0, staging
Hi, I have a problem (OTA Branch on esp8266ex), using multiple parameters. My parameters are
After full erase flash, everything is ok, but when booting again and finding the file config.jsn it crashes after the 5th parameter. Do you know why?
After full erase
On reboot:
changed to 10 MAX_PARAMS but nothing changed,
#define WIFI_MANAGER_MAX_PARAMS 10
If I use less parameters everything is OK