mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-16 07:42:37 +00:00
Fix screen on secs (#1673)
* Fix screen on secs * getIntervalOrDefaultMs * Display correction * Paren
This commit is contained in:
@@ -21,7 +21,7 @@ int32_t DeviceTelemetryModule::runOnce()
|
||||
sendOurTelemetry();
|
||||
// OSThread library. Multiply the preference value by 1000 to convert seconds to miliseconds
|
||||
|
||||
return getIntervalOrDefaultMs(moduleConfig.telemetry.device_update_interval);
|
||||
return getConfiguredOrDefaultMs(moduleConfig.telemetry.device_update_interval);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user