Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed May 15, 2023
1 parent 50ea2dc commit 1e58bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/esp32/RangeTestModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ int32_t RangeTestModule::runOnce()

if (moduleConfig.range_test.sender) {
LOG_INFO("Initializing Range Test Module -- Sender\n");
return (5000); // Sending first message 5 seconds after initilization.
started = millis(); // make a note of when we started
return (5000); // Sending first message 5 seconds after initilization.
} else {
LOG_INFO("Initializing Range Test Module -- Receiver\n");
return disable();
Expand Down

0 comments on commit 1e58bf6

Please sign in to comment.