mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-06-27 13:31:23 +02:00
Fixup config parse
This commit is contained in:
@@ -212,7 +212,7 @@ String detectionStrategyToStr(Config &c)
|
||||
res += ".." + String(c.scan_ranges[i].end_khz);
|
||||
if (c.scan_ranges[i].step_khz < s)
|
||||
{
|
||||
res += ":" + String(c.scan_ranges[i].step_khz);
|
||||
res += "+" + String(c.scan_ranges[i].step_khz);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user