Skip to content

Commit

Permalink
chore: increase discover interval (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresjolyst authored Dec 16, 2024
1 parent 520e2b2 commit 6ca080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void discoverAndSubscribe()
auto oldDiscoveredDevices = liz::getDiscoveredDevices();

// Discover devices
auto discoveredDevices = liz::discover(port, 5000);
auto discoveredDevices = liz::discover(port, 60000);

// Only subscribe if a new device has been discovered
for (const auto &device : discoveredDevices)
Expand Down

0 comments on commit 6ca080e

Please sign in to comment.