Skip to content

Commit 913de5f

Browse files
authored
Merge pull request #262 from arduino/upload_payload_readme
updated upload payload doc in readme
2 parents 11627ea + 16c99bf commit 913de5f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,13 @@ The payload is a json object that looks like this:
344344
"signature":"97db97ced2c",
345345
"hex":"OjEwMDAwMDAwMEM5NEU1MDAwQzk0MEQwMTBDOTQwRDAxMEM5NDBEMDE2MQ0KOjEwMDAxMDAwMEM5NDBEMDEwQzk0M",
346346
"filename":"Blink.ino.hex",
347+
"extrafiles": [],
347348
"extra":{
348349
"auth":{
349-
"password":null
350+
"username":null,
351+
"password":null,
352+
"private_key":null,
353+
"port":null
350354
},
351355
"wait_for_upload_port":true,
352356
"use_1200bps_touch":true,

0 commit comments

Comments
 (0)