You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I disconnect the FPS from the Arduino the code will get stuck on FPS.Open. This is because the GetResponse function in the Class dont have a timer function. This is terrible. Let's say that the Arduino is running an Alarm and the FPS get's removed by a theif. This would completely nock out the alarm. This is an issue that needs to be fixed.
The text was updated successfully, but these errors were encountered:
Hmm... that is an interesting situation. I will have to think about that. Timeouts on stuff like this are much more difficult without multithreading, but i will see what I can do.
If I disconnect the FPS from the Arduino the code will get stuck on FPS.Open. This is because the GetResponse function in the Class dont have a timer function. This is terrible. Let's say that the Arduino is running an Alarm and the FPS get's removed by a theif. This would completely nock out the alarm. This is an issue that needs to be fixed.
The text was updated successfully, but these errors were encountered: