altos/aprs: Encode last serial number in SSID. Transmit serial in comment
[fw/altos] / src / test / ao_aprs_test.c
index b1d17d3f32a42e9d72eda827be88a52e0a6d3640..573b5cb22a1ed6e3386867b9f10c0f11bb019a84 100644 (file)
@@ -100,6 +100,9 @@ audio_gap(int secs)
 // This is where we go after reset.
 int main(int argc, char **argv)
 {
+       int     e, x;
+       int     a;
+
     audio_gap(1);
 
     ao_gps_data.latitude = (45.0 + 28.25 / 60.0) * 10000000;