Update README.md

This commit is contained in:
nopnop2002
2021-07-09 15:38:40 +09:00
parent ffc958e5b5
commit 250f82c41e
+1
View File
@@ -147,6 +147,7 @@ You can send any CAN-ID.
# Send CANBus frame using curl
CAN-ID is specified in __decimal number__.
```
$ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": "standard", "data": [16, 17, 18]}' http://esp32-server.local:8000/api/twai/send