-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial load errors in webpage #104
Comments
Hmm, |
Found it, it's an issue in Webserver.cpp in ESP32 V.1.0.4, it has been fixed from V.1.0.5, but that version does not seems to work on M5Stack |
Hi I know a root cause, by default esp is able to process one request at one time, means when is first request no finished second cold not be processed , there are another implementation exists, but for our case I w’d suggest and will do changes in jawascript to prevent second request when first is no finished
…Sent from my iPhone
On 28 Aug 2021, at 14:37, chrwh ***@***.***> wrote:
Hi,
When ever I load the webpage, I get sporadic feedback for the stages of the the sliders. They does not get the correct response. In the picture all switches are off, when the page loaded.
If I then turn all the sliders to off, and then start to use them, they works correctly, until the next time you reload the page.
Do you have any pointers where I should start to look for my mistakes first?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
OK, that sounds good, let me know if I should make tests for you :-) |
Hi all, just update to V3.3.2 and it seem not fixed for me ! all requests are 200 OK then every 10 or 15 seconds, the server seem hangs .. please any advice ? |
Hi, |
Hi,
When ever I load the webpage, I get sporadic feedback for the stages of the the sliders. They does not get the correct response. In the picture all sliders should be off, when the page is loaded, because all switches are off in homekit.
If I then turn all the sliders to off, and then start to use them, they works correctly, until the next time you reload the page.
Do you have any pointers where I should start to look for my mistakes first?
Hardware M5Stack Grey
The text was updated successfully, but these errors were encountered: