floriaanpost
floriaanpost
Thank you for creating this library :) I am using method payloads (and responses) that are not in JSON form, but base64 strings (strictly speaking still valid json) as my...
This pull request adds support for SAM D21 based microcontrollers. It was tested with a Sodaq Sara 412 AFF board, but it should work with an Arduino Zero as well,...
I know this repo is old and probably not really maintained, but I found a small bug in UserData.cpp. Negative numbers (in my case temperatures) are not read correctly (the...
Thank you for this library! If found a small bug (at least for newer versions of nanopb) that is easily solvable. `stream->bytes_left` should be set to 0 if the stream...
On windows, when pip installing dependencies, the paths in the `files.json` file are stored with backslashes, for example: `"_distutils_hack\\__init__.py"`. This causes issues when copying the embedded filesystem to the temp...