I have a clock sending a request to my esp32 for the accel values. I'm getting the values in the app but it shows the popup message of error 1101: no response ... Something like that. Is there a way to not show this error popup since everything is working. This the blocks I'm using.
Well, what I suspect is because the data that esp32 is getting from the sensor sometimes fails, the request doesn't get that response. But that's not really an issue because I'm sending the request every 0,5 seconds and it's ok if miss a value. It's just the popup that's annoying
In that case, you can use the Screen1.ErrorOccured block to perform a counter action like add a delay or something or you may even leave it blank. This should disable the popup.