mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1664] reset when updating the website and possibility of removing adding options #1413
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1413
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @serlancelot on GitHub (Oct 10, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1664
Hello! good morning!
I discovered this library that solves a problem for me, I created a graphical configuration environment with the ESPUI library that already had a WiFi configuration section in the example, it turns out that it fell short (since I couldn't do things that with HTML, CSS and JS allow) so the wifi part didn't work for me until I found this library.
After this mini introduction... I'll tell you the problem I have, well at the moment there are two.
The first is that: once the WiFi is configured, I connect to the ESP's IP, it loads the website and I ask it to refresh the website, it disconnects and the ESP restarts, so it puts it on the serial monitor (previously I had it configured with the wifi and key in the code and it did not pass). Why does this happen? This only happens if I update with the mobile with the computer, nothing happens
And the second thing: it is possible to eliminate some option from the wifimanager menu (that only scan wifi appears or manually configure wifi) as well as if it is possible to add an option to be able to add and remove the AP (in case you are in a place without wifi to create the AP point and then load the website I have)
Thank you very much in advance!! all the best!
Arduino IDE 2.1.0
ESP32 dev module
ESP32 de Espressif 2.0.14
WiFiManager 2.0.16
LittleFS_esp32 1.0.5 If I update it to 1.0.6 (the website does not work)
ESPAsyncWebServer 1.2.6
@tablatronix commented on GitHub (Oct 10, 2023):
Can you try the git version?
There have been issues running async and webserver libraries together, I am suprised it works at all, also there is clearly a watchdog problem somewhere..
@tablatronix commented on GitHub (Oct 10, 2023):
For menu config see
setMenu@serlancelot commented on GitHub (Oct 10, 2023):
Hello tablatronix!
Forgive my ignorance, what do you mean by the git version?
thx
@tablatronix commented on GitHub (Oct 10, 2023):
Development version from master
@serlancelot commented on GitHub (Oct 10, 2023):
Hello again. I already have the menu, the git... I have version v2.0.16-rc.2 which is the last one that appears here and in the Arduino library manager.
I don't know where to get the "master" from. Again, sorry for the ignorance.
@serlancelot commented on GitHub (Feb 23, 2024):
Hello, for various reasons I left the project "paused" and now I have started with it again. I can't get the connection to remain stable when I use the ESP as an independent point, I have tried it with Android and a cell phone with iOS but it does the same thing... Whether connected to Wi-Fi or independent, as soon as you connect with a cell phone it disconnects and reconnect.... How could I solve it?
Thanks greetings!
@serlancelot commented on GitHub (Feb 23, 2024):
It seems that the problem is with the images on the website... I have removed them all and there are no problems or so it seems... I'm going to keep looking.
Edit:
I focus on it more... they are the gif animation files....
@tablatronix commented on GitHub (Feb 24, 2024):
Could be maxing out heap when sending strings. Would need some memory buffer to send smaller content but without chunked responses its a pain
@serlancelot commented on GitHub (Feb 24, 2024):
But what I don't understand is that with the computer there are no problems and with mobile devices there are problems... The truth is that the gifs were compressed through a website so that they would take up less memory in the ESP and with the belief that the same as the compressing takes up less space and would load faster... it may be doing the opposite of what I wanted...
at least the problem is apparently located...