mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* bug fix for CLI retry attempts (should be ignored)
This commit is contained in:
parent
e6325db72b
commit
f261599608
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ protected:
|
|||
const char *command = (const char *) &data[5];
|
||||
char *reply = (char *) &temp[5];
|
||||
if (is_retry) {
|
||||
temp[0] = 0;
|
||||
*reply = 0;
|
||||
#if MAX_NEIGHBOURS
|
||||
} else if (memcmp(command, "neighbors", 9) == 0) {
|
||||
char *dp = reply;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue