jfjlaros / simpleRPC

Simple RPC implementation for Arduino.
MIT License
50 stars 17 forks source link

What data types are allowed? #29

Closed hyansuper closed 2 years ago

hyansuper commented 2 years ago

is blob(binray) allowed?

jfjlaros commented 2 years ago

I am not sure what you mean.

For binary data of arbitrary size, a Vector can be used.