From 5b27a044f73d5f98796368b4b025198d3c5ba63b Mon Sep 17 00:00:00 2001 From: nopnop2002 Date: Fri, 9 Jul 2021 14:56:00 +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 9e59deb..e01c569 100644 --- a/README.md +++ b/README.md @@ -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 ``` -Receive useing UNO. +CAN reception using UNO. ![send_standard](https://user-images.githubusercontent.com/6020549/125029834-2c385300-e0c5-11eb-8f25-f3af82e90038.jpg)