From 060a640dd2e96b3c88a3adb0e21aaabcb163fbf1 Mon Sep 17 00:00:00 2001 From: xx Date: Tue, 12 Mar 2024 20:28:38 +0100 Subject: [PATCH] Better readme --- firmware/esp32/gdoor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/esp32/gdoor/README.md b/firmware/esp32/gdoor/README.md index 6b4c3e0..2a70e94 100644 --- a/firmware/esp32/gdoor/README.md +++ b/firmware/esp32/gdoor/README.md @@ -29,6 +29,7 @@ If you want to send to the bus, just send to the serial port: - Send hex values - Each hex value needs to be 2 digit, in case of values < 0x1F, add a leading zero. E.g. 0x0F, 0x00, 0x02. Wrong would be: 0xF, 0x0, 0x2. +- Do not use 0x prefix. - Do not separate the values with whitespaces, tabs or commas - Send the values in one go, e.g.: 02A300452F