From aca2be1d88c750f7448847e2d6af6fb8b8897f3a Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 15:14:00 +0900 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 241abf8..d0bec30 100644 --- a/README.md +++ b/README.md @@ -153,9 +153,8 @@ S,203,/receive E,203,/receive ``` -When receiving the {"canid": 513, "frame": "standard", "data": [16, 17, 18]}, send the Standard CAN frame with ID 0x201. -When receiving the {"canid": 515, "frame": "extended", "data": [16, 17, 18]}, send the Extended CAN frame with ID 0x201. - +If you POST {"canid": 513, "frame": "standard", "data": [16, 17, 18]}, send a standard CAN frame with ID 0x201. +If you POST {"canid": 513, "frame": "extended", "data": [16, 17, 18]}, send a extended CAN frame with ID 0x201. # Send CANBus frame using curl ```