Updated naming to match protobuf

This commit is contained in:
ford-jones
2025-09-03 12:06:35 +12:00
parent caf2180075
commit 142abb2a4e
2 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ int32_t RangeTestModule::runOnce()
firstTime = 0;
if (moduleConfig.range_test.clear) {
if (moduleConfig.range_test.clear_on_reboot) {
// User wants to delete previous range test(s)
LOG_INFO("Range Test Module - Clearing out previous test file");
rangeTestModuleRadio->removeFile();