From 28fd0399f0d4b038974717b0a5df01554d3aa64e Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 15:00:01 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e2ff90..ba13b1c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ When receiving the {"canid": 513, "frame": "standard", "data": [16, 17, 18]}, se When receiving the {"canid": 515, "frame": "extended", "data": [16, 17, 18]}, send the Extended CAN frame with ID 0x201. -# Send message using curl +# Send CANBus frame using curl ``` $ 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