Skip to content

Commit 787bd01

Browse files
committed
Update websocket.md
1 parent 7fa2e8e commit 787bd01

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Memo/websocket.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,16 @@ Format: `<label>:<message>`
4242
### <u>binary mode</u>
4343

4444
Reserved
45-
-> stream data from ESP to WebUI
46-
[-> File transfert from WebUI to ESP : not implemented yet]
45+
46+
- from ESP to WebUI
47+
stream data from ESP to WebUI
48+
49+
- from WEBUI to ESP
50+
[-> File transfert from WebUI to ESP : not implemented yet]
4751

4852
## Data websocket
4953

50-
use sub protocol `arduino` (to be implemented)
54+
use sub protocol `arduino`
5155

5256
### <u>text mode</u>
5357

0 commit comments

Comments
 (0)