summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-17 19:06:08 -0700
committerKeith Packard <keithp@keithp.com>2012-06-17 19:06:08 -0700
commitae3662c56effda9f0516c7d6ffd2d5f56b859593 (patch)
treed3d3e4a0dc816398147d115393ceeaee0ae0a1ab
parent976a8375932ddb46ca3100863b0a892732c0923e (diff)
altos: hack STM serial number to 58
otherwise altosui won't record telemetry Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/stm/ao_romconfig.c2
1 files changed, 1 insertions, 1 deletions
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;