From 250f82c41e399465aeacefd9d6222c6f069ad58d Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 15:38:40 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b67b680..3f3a12a 100644 --- a/README.md +++ b/README.md @@ -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