From ae3662c56effda9f0516c7d6ffd2d5f56b859593 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 17 Jun 2012 19:06:08 -0700 Subject: [PATCH] altos: hack STM serial number to 58 otherwise altosui won't record telemetry Signed-off-by: Keith Packard --- src/stm/ao_romconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm/ao_romconfig.c b/src/stm/ao_romconfig.c index bbb677e2..84317458 100644 --- a/src/stm/ao_romconfig.c +++ b/src/stm/ao_romconfig.c @@ -17,4 +17,4 @@ #include "ao.h" -const uint16_t ao_serial_number = 0; +const uint16_t ao_serial_number = 58; -- 2.30.2