Finish deprecating the Repeater role behavior

This commit is contained in:
Ben Meadors
2025-09-28 07:25:26 -05:00
parent 067939ca24
commit f3ca62f2dc
18 changed files with 73 additions and 125 deletions

View File

@@ -1104,11 +1104,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();