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
@@ -365,16 +366,13 @@ The payload is a json object that looks like this:
365
366
"wait_for_upload_port":true,
366
367
"use_1200bps_touch":true,
367
368
"network":false,
368
-
"params_verbose":"-v",
369
-
"params_quiet":"-q -q",
370
-
"verbose":true
371
369
}
372
370
}
373
371
```
374
372
375
373
- commandline is the command to execute to perform the upload. This is, for example, avrdude on a Leonardo.
376
374
377
-
- hex contains the sketch hex encoded in base64
375
+
- hex contains the sketch binary encoded in base64 (could decode in Intel hex or raw binary)
378
376
379
377
- 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
380
378
@@ -386,6 +384,10 @@ The results of the upload will be delivered via websocket with messages that loo
386
384
{"Flash":"Ok","ProgrammerStatus":"Done"}
387
385
```
388
386
387
+
### Javacript client library
388
+
389
+
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