mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* CLI: 'region put ...' now defaults to flood allowed
This commit is contained in:
parent
7cdb056cb3
commit
91f3fa0bdf
1 changed files with 2 additions and 1 deletions
|
|
@ -977,7 +977,8 @@ void CommonCLI::handleRegionCmd(char* command, char* reply) {
|
|||
if (region == NULL) {
|
||||
strcpy(reply, "Err - unable to put");
|
||||
} else {
|
||||
strcpy(reply, "OK");
|
||||
region->flags = 0; // New default: enable flood
|
||||
strcpy(reply, "OK - (flood allowed)");
|
||||
}
|
||||
}
|
||||
} else if (n >= 3 && strcmp(parts[1], "remove") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue