We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5087eca commit d486cf3Copy full SHA for d486cf3
1 file changed
universal-telemetry-software/src/data.py
@@ -925,11 +925,11 @@ async def _relay(msg):
925
finally:
926
uplink_sock.close()
927
928
- # Car Time Injector — pushes base station clock to car Pi via /set-time every 30s.
+ # Car Time Injector — pushes base station clock to car Pi via /set-time every 3s.
929
# Safety gate: if base clock is before 2026-04-01, injection is blocked and
930
# _base_clock_bad is set so the status page can warn the operator.
931
_BASE_CLOCK_TRUST_EPOCH = 1743465600.0 # 2026-04-01 00:00:00 UTC
932
- _CAR_TIME_INJECT_INTERVAL = 30.0
+ _CAR_TIME_INJECT_INTERVAL = 3.0
933
_CAR_STATUS_PORT = int(os.getenv("STATUS_PORT", "8080"))
934
935
async def car_time_injector():
0 commit comments