autoSyncTimeOnConnect

Enable or disable automatic time sync on connect.

When enabled (default), RadioClient.connect fires a single AdminApi.setTime call after the handshake reaches ConnectionState.Connected. The supplied clock sources the value. Useful for GPS-less radios that lose wall-clock time across reboots.

The current implementation syncs unconditionally on each Connected transition; a future iteration will gate on observed device skew (> 60 s drift).