From 4a3977b9b7f16caffb05a097f91a9e7b3b761f1c Mon Sep 17 00:00:00 2001 From: Candas1 Date: Thu, 1 Jul 2021 14:28:48 +0200 Subject: [PATCH] Updated Variant USART (markdown) --- Variant-USART.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Variant-USART.md b/Variant-USART.md index c915b79..8f51961 100644 --- a/Variant-USART.md +++ b/Variant-USART.md @@ -54,4 +54,5 @@ The least significant byte comes first (little endian). If the board is [beeping](https://github.com/EmanuelFeru/hoverboard-firmware-hack-FOC/wiki/Diagnostics) * Make sure the baud rate is 115200 * Make sure you are using the sensor cable(left=USART2 or right=USART3) selected in config.h -* On some boards the wire colors might differ, try switching blue and green wires \ No newline at end of file +* On some boards the wire colors might differ, try switching blue and green wires +* Your Arduino TX might not be working, you can verify that by trying with and FTDI and the Web tool to confirm the mainboard/firmware confirmation is not the issue \ No newline at end of file