mirror of
https://github.com/meshtastic/firmware.git
synced 2026-02-02 19:51:15 -05:00
More disables
This commit is contained in:
@@ -221,9 +221,7 @@ int32_t SerialModule::runOnce()
|
||||
return (10);
|
||||
} else {
|
||||
DEBUG_MSG("Serial Module Disabled\n");
|
||||
|
||||
enabled = false;
|
||||
return INT32_MAX;
|
||||
return disable();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user