altos: Reduce configuration data telemetry to once per 5 seconds
[fw/altos] / src / kernel / ao_telemetry.c
index 9f778b0905b8448e51d58a321ea21cc186d67a4d..6fb30069ee5be977a6112b2058cf3753c5111f7a 100644 (file)
@@ -521,7 +521,7 @@ ao_telemetry_set_interval(uint16_t interval)
        ao_telemetry_companion_cur = cur;
 #endif
 
-       ao_telemetry_config_max = AO_SEC_TO_TICKS(1) / interval;
+       ao_telemetry_config_max = AO_SEC_TO_TICKS(5) / interval;
 #if HAS_COMPANION
        if (ao_telemetry_config_max > cur)
                cur++;