-
-
Notifications
You must be signed in to change notification settings - Fork 150
Add bufferflow timedraw #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
/cc @mbriden |
Hello, I tried the following commands with a Leonardo:
and it crashed with:
|
The
as reported on the comments of 4ff28bb |
For some reasons it disconnects whenever I try an upload with Create. Could you rebase it on the current devel? Maybe it's something we changed in the meantime. |
encodes data in base64 so it needs to be decoded on the other side
usage: sendjsonraw { "P": "/dev/ttyACM0", "Data": [ { "D": "Zg==" } ] } D field contains base64 encoded data
✅ Build completed. Download at http://downloads.arduino.cc/CreateBridge/CreateBridge-PR70.zip |
encodes data in base64 so it needs to be decoded on the other side
solves #29