]> git.gag.com Git - fw/altos/commitdiff
altos/telelco-v3.0: Swap version and serial on info page
authorKeith Packard <keithp@keithp.com>
Tue, 11 Jun 2024 23:26:16 +0000 (16:26 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 11 Jun 2024 23:26:16 +0000 (16:26 -0700)
Rationale is that model and sn are part of the hardware, version is
fw, call and freq are config.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telelco-v3.0/ao_lco_v3.c

index 8c451e21efc25012e9becab9cbe58c3e6711434b..96aa81591f918f1cf35adf66e296f74a5ae4834f 100644 (file)
@@ -201,8 +201,8 @@ _ao_lco_show_info(void)
        info_y = INFO_START_Y;
        ao_logo_poly(&fb, &show_transform, AO_BLACK, AO_COPY);
        _ao_lco_info("%s", ao_product);
-       _ao_lco_info("Version: %s", ao_version);
        _ao_lco_info("Serial: %d", ao_serial_number);
+       _ao_lco_info("Version: %s", ao_version);
        _ao_lco_info("Callsign: %s", ao_config.callsign);
        _ao_lco_info("Frequency: %ld.%03d",
                     ao_config.frequency / 1000,