Improved the comm

This commit is contained in:
Your Name
2026-07-31 14:04:28 +03:00
parent 973b8bdf39
commit 4328a76e29
7 changed files with 94 additions and 120 deletions
+3 -4
View File
@@ -10,10 +10,9 @@ BAUDRATE = 115200
COMMAND_PREFIX = 0x69
COMMAND_ERROR = 0
COMMAND_ACK = 1
COMMAND_NACK = 2
LED = 3
COMMAND_ACK = 0
COMMAND_NACK = 1
LED = 2
DEVICE_ID = 0