try to guard accidental region load command

This commit is contained in:
liquidraver
2026-08-28 10:59:42 +02:00
parent bc208ade26
commit 2a519e11d1
7 changed files with 42 additions and 10 deletions
+1 -1
View File
@@ -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;
}