![]() |
annoying value reset - Printable Version +- Virtuino Forum (https://virtuino.com/forum) +-- Forum: Virtuino (https://virtuino.com/forum/forumdisplay.php?fid=1) +--- Forum: Virtuino 6 (https://virtuino.com/forum/forumdisplay.php?fid=3) +--- Thread: annoying value reset (/showthread.php?tid=1231) |
annoying value reset - mhofer - 03-06-2023 Hello, I have an annoying problem: no matter if I use a button, slider or any other control the input is reset at every refresh without the new value arriving at the ESP. I am using the current VirtuinoCM library and the example codes, I don't know what I am doing wrong? RE: annoying value reset - iliaslamprou - 03-07-2023 Hi, this is a communication issue. Go to the "Server settings" window. Click the button "Test connectivity" Which is the response of the ESP? RE: annoying value reset - mhofer - 03-08-2023 The test is ok, the status indicator on the top left is green and also the sensor values are transferred correctly from the esp to the app but everything from the app to the esp is reset on refresh. At refresh the status indicator is yellow for a short time but this is supposed to be like this? What is it actually with the "M" memory on it I have unfortunately found no description? RE: annoying value reset - iliaslamprou - 03-08-2023 The M memory is used for internal by the app usage. You have to use the V memory if you want to send/receive data to the board |