mirror of
https://github.com/meshtastic/firmware.git
synced 2026-02-01 19:21:11 -05:00
Refactor OSThread consumers to use disable()
This commit is contained in:
@@ -460,8 +460,7 @@ StoreForwardModule::StoreForwardModule()
|
||||
DEBUG_MSG("*** Initializing Store & Forward Module in Client mode\n");
|
||||
}
|
||||
} else {
|
||||
setInterval(INT32_MAX);
|
||||
enabled = false;
|
||||
disable();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user