Skip to content

Commit bf9c6cb

Browse files
author
realtag
committed
Increased the timeout timer to 60 seconds, up from 30 seconds.
1 parent 87c78a9 commit bf9c6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/simple_repeater/MyMesh.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ void MyMesh::sendNodeDiscoverReq() {
774774
data[1] = (1 << ADV_TYPE_REPEATER);
775775
getRNG()->random(&data[2], 4); // tag
776776
memcpy(&pending_discover_tag, &data[2], 4);
777-
pending_discover_until = futureMillis(30000);
777+
pending_discover_until = futureMillis(60000);
778778
uint32_t since = 0;
779779
memcpy(&data[6], &since, 4);
780780

0 commit comments

Comments
 (0)