Merge branch 'develop' into t-watch-ultra

This commit is contained in:
Manuel
2025-10-03 13:34:24 +02:00
committed by GitHub
131 changed files with 3134 additions and 701 deletions

View File

@@ -1107,11 +1107,6 @@ int32_t GPS::runOnce()
publishUpdate();
}
// Repeaters have no need for GPS
if (config.device.role == meshtastic_Config_DeviceConfig_Role_REPEATER) {
return disable();
}
if (whileActive()) {
// if we have received valid NMEA claim we are connected
setConnected();