Some fixes

This commit is contained in:
Egor
2025-01-08 16:32:43 -08:00
parent 51cd2ea9c9
commit fbc20eeb45
6 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ String Config::getConfig(String key)
{
return listen_on_usb;
}
// Example: SET detection_strategy RSSI_MAX 900000..950000+390
if (key.equalsIgnoreCase("detection_strategy"))
{
return detectionStrategyToStr(*this);