From 3b9c5746ef5a338daaff5502a0d6147d9eb23ce5 Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 14:58:00 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e01c569..4c8e09a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ POST Parameter Example: ``` # Definition from HTTP to CANbus -When HTTP POST is received, it is sent by CANBus according to csv/http2can.csv. +When the Built-in HTTP server receives an HTTP POST, it is sent by CANBus according to csv/http2can.csv. Other than this, it is the same as csv/can2http.csv. In the last column you have to specify the HTTP-POST-Path of built-in HTTP server. @@ -163,7 +163,7 @@ $ curl -X POST -H "Content-Type: application/json" -d '{"canid": 513, "frame": " $ 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 ``` -CAN reception using UNO. +CANBus reception using UNO. ![send_standard](https://user-images.githubusercontent.com/6020549/125029834-2c385300-e0c5-11eb-8f25-f3af82e90038.jpg)