altos: Add startup and config (view only) pages to TT
[fw/altos] / src / product / ao_telebt.c
index 9e409db761c0f3644637fb84c7a19a68b6d5cbf0..97c9d792b0885b4c5c8f25dca9282c89a49e501f 100644 (file)
@@ -37,7 +37,7 @@ main(void)
        ao_storage_init();
 #endif
        ao_usb_init();
-       ao_monitor_init(AO_LED_RED, sizeof (union ao_telemetry_all));
+       ao_monitor_init();
 #if HAS_LOG
        ao_report_init();
 #endif