Skip to content

Commit 319e0f5

Browse files
committed
Fix typo
1 parent f25addf commit 319e0f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,11 @@ While a port is open you can send input with
167167
168168
with a reply like
169169
170-
```
170+
```json
171171
{"Cmd":"Queued","QCnt":1,"Ids":[""],"D":["hello"],"Port":"/dev/ttyACM0"}
172172
{"Cmd":"Write","QCnt":0,"Id":"","P":"/dev/ttyACM0"}
173173
{"Cmd":"CompleteFake","Id":"","P":"/dev/ttyACM0"}
174+
```
174175
175176
You can receive output from the serial port by listening to messages like this:
176177
@@ -233,6 +234,7 @@ The results of the upload will be delivered via websocket with messages that loo
233234
{"Msg":"avrdude: verifying ...","ProgrammerStatus":"Busy"}
234235
{"Msg":"avrdude done. Thank you.","ProgrammerStatus":"Busy"}
235236
{"Flash":"Ok","ProgrammerStatus":"Done"}
237+
```
236238
237239
---
238240

0 commit comments

Comments
 (0)