From 98732738cb48d9dc582d4ee66a30cabffc6e3965 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 17:40:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f3a12a..134a5dc 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,10 @@ You can send any CAN-ID. 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 +twai send successfully $ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": "extended", "data": [16, 17, 18]}' http://esp32-server.local:8000/api/twai/send +twai send successfully ``` CANBus reception using UNO.