altos: hack STM serial number to 58
authorKeith Packard <keithp@keithp.com>
Mon, 18 Jun 2012 02:06:08 +0000 (19:06 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 18 Jun 2012 02:06:08 +0000 (19:06 -0700)
otherwise altosui won't record telemetry

Signed-off-by: Keith Packard <keithp@keithp.com>
src/stm/ao_romconfig.c

index bbb677e2e045dcd9dbb0fb795cf9e079128c5b41..8431745815308b1b55ce34d5b458ace5c517279c 100644 (file)
@@ -17,4 +17,4 @@
 
 #include "ao.h"
 
-const uint16_t ao_serial_number = 0;
+const uint16_t ao_serial_number = 58;