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
@@ -355,16 +355,13 @@ The payload is a json object that looks like this:
355
355
"wait_for_upload_port":true,
356
356
"use_1200bps_touch":true,
357
357
"network":false,
358
-
"params_verbose":"-v",
359
-
"params_quiet":"-q -q",
360
-
"verbose":true
361
358
}
362
359
}
363
360
```
364
361
365
362
- commandline is the command to execute to perform the upload. This is, for example, avrdude on a Leonardo.
366
363
367
-
- hex contains the sketch hex encoded in base64
364
+
- hex contains the sketch binary encoded in base64 (could decode in Intel hex or raw binary)
368
365
369
366
- signature is the signature of the commandline signed with the private key that matches the public key contained in the config.ini of the arduino-create-agent
370
367
@@ -376,6 +373,10 @@ The results of the upload will be delivered via websocket with messages that loo
376
373
{"Flash":"Ok","ProgrammerStatus":"Done"}
377
374
```
378
375
376
+
### Javacript client library
377
+
378
+
You can install the [arduino-create-agent-js-client](https://github.com/arduino/arduino-create-agent-js-client) in your client application
0 commit comments