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
Currently you use a custom serial protocol to communicate between the Arduino and the host. It might be more robust/extendable to use JSON as the format. This should also streamline the code somewhat.
True I might look into it but you just thrown a lot of changes at me in no time 😃 so I will need some time to do all that especially since I don't have a lot of it
Currently you use a custom serial protocol to communicate between the Arduino and the host. It might be more robust/extendable to use JSON as the format. This should also streamline the code somewhat.
ArduinoJSON seems to be a great library for this. Of course, there is a bit of overhead involved when using JSON (see https://arduinojson.org/news/2019/11/19/arduinojson-vs-arduino_json/ for performance details).
The text was updated successfully, but these errors were encountered: