mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1117] 3 second delay in Webside communication #956
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#956
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 @Devilscave on GitHub (Aug 30, 2020).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1117
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Hardware: ESP-12e, esp01, esp25
ESP Core Version: 2.4.0, staging
Description
I have the problem when I send actions from my website back to the ESP. This is very annoying if you use it to regulate a value, but this only arrives at the ESP every 3 seconds. It is an LED control.
This "* WM: [3] unloading" is returned by the WifiManager, but always with a 3 second delay. I press the button on the website 20 times and then gradually the changed values come. Can this be accelerated or turned off?
Module: NodeMcu, Wemos D1
Serial Monitor output
speed is 12000
*WM: [3] unloading
speed is 9600
*WM: [3] unloading
speed is 7680
*WM: [3] unloading
speed is 6144
*WM: [3] unloading
speed is 4915
*WM: [3] unloading
speed is 3932
*WM: [3] unloading
speed is 3145
*WM: [3] unloading
speed is 2516
*WM: [3] unloading
speed is 2012
*WM: [3] unloading
speed is 1609
*WM: [3] unloading
speed is 1287
*WM: [3] unloading
speed is 1029
*WM: [3] unloading
speed is 823
*WM: [3] unloading
speed is 658
*WM: [3] unloading
speed is 526
*WM: [3] unloading
speed is 420
@tablatronix commented on GitHub (Aug 30, 2020):
This would indicate that you are instantiating wm every single time...
So your scope is wrong