From 1d9b6cfe1a8196cf0e5806225640e231f69e31bd Mon Sep 17 00:00:00 2001 From: Morgan Garcia Date: Sat, 14 Jun 2025 22:57:58 -0700 Subject: [PATCH] Update moza.c Updated MOZA_SERIAL_TEMPLATE[3] from 0x17 to 0x13 which fixed communication issues with the device. --- src/monocoque/devices/serial/moza.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monocoque/devices/serial/moza.c b/src/monocoque/devices/serial/moza.c index afda1a8..0108148 100644 --- a/src/monocoque/devices/serial/moza.c +++ b/src/monocoque/devices/serial/moza.c @@ -10,7 +10,7 @@ #include "../../slog/slog.h" #define MOZA_TIMEOUT 1000 -#define MOZA_SERIAL_TEMPLATE {0x7e, 0x06, 0x41, 0x17, 0xfd, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0} +#define MOZA_SERIAL_TEMPLATE {0x7e, 0x06, 0x41, 0x13, 0xfd, 0xde, 0x0, 0x0, 0x0, 0x0, 0x0} #define MOZA_NUM_AVAILABLE_LEDS 10 #define MOZA_BLINKING_BIT 7 #define MOZA_MAGIC_VALUE 0x0d