Don't need a Portduino guard clause here as it will not be compiled

pull/2272/head
GUVWAF 2023-02-11 12:04:53 +01:00
rodzic abf3a5840b
commit 4061870841
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -10,7 +10,6 @@
int32_t AirQualityTelemetryModule::runOnce()
{
#ifndef ARCH_PORTDUINO
int32_t result = INT32_MAX;
/*
Uncomment the preferences below if you want to use the module
@ -55,7 +54,6 @@ int32_t AirQualityTelemetryModule::runOnce()
}
}
return sendToPhoneIntervalMs;
#endif
}
bool AirQualityTelemetryModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, meshtastic_Telemetry *t)