I'm putting togther a project that measures & displays temps & water flows for some liquid cooled brakes on a machine.
The Esp hosts a webpage, which contains 4 gauges and a graph.
It works except when the page opens the first 2 json updates (the one in the init part of the page, and the concurrent one) are corrupt, they are about double what they should be, all the ones after this are correct (only 2 out of the 4 values are corrupted, the others are fine).
If I have multiple pages open then when yet another page is opened all the pages corrupt for 2 consecutive json updates then the problem goes away.
This only happens if I access the Esp from a remote connection, locally (192.168...) it works perfect.
I'm a bit stuck on this one.
The Esp hosts a webpage, which contains 4 gauges and a graph.
It works except when the page opens the first 2 json updates (the one in the init part of the page, and the concurrent one) are corrupt, they are about double what they should be, all the ones after this are correct (only 2 out of the 4 values are corrupted, the others are fine).
If I have multiple pages open then when yet another page is opened all the pages corrupt for 2 consecutive json updates then the problem goes away.
This only happens if I access the Esp from a remote connection, locally (192.168...) it works perfect.
I'm a bit stuck on this one.