mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-16 14:22:41 +00:00
try to guard accidental region load command
This commit is contained in:
@@ -1351,7 +1351,7 @@ void RepeaterMesh::resetDutyCycleTimeoutRestarts() {
|
||||
|
||||
void RepeaterMesh::handleCommand(uint32_t sender_timestamp, char* command, char* reply) {
|
||||
if (region_load_active) {
|
||||
handleRegionLoadLine(command, reply);
|
||||
handleRegionLoadLine(sender_timestamp, command, reply);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user