mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Increased the timeout timer to 60 seconds, up from 30 seconds.
This commit is contained in:
parent
87c78a98bd
commit
bf9c6cb50f
1 changed files with 1 additions and 1 deletions
|
|
@ -774,7 +774,7 @@ void MyMesh::sendNodeDiscoverReq() {
|
|||
data[1] = (1 << ADV_TYPE_REPEATER);
|
||||
getRNG()->random(&data[2], 4); // tag
|
||||
memcpy(&pending_discover_tag, &data[2], 4);
|
||||
pending_discover_until = futureMillis(30000);
|
||||
pending_discover_until = futureMillis(60000);
|
||||
uint32_t since = 0;
|
||||
memcpy(&data[6], &since, 4);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue