Merge branch 'dev' into filter_wifi_scan_results

This commit is contained in:
J. Nick Koston
2026-01-25 20:08:41 -10:00
committed by GitHub
+3
View File
@@ -155,6 +155,9 @@ void MHZ19Component::dump_config() {
case MHZ19_DETECTION_RANGE_0_10000PPM:
range_str = "0 to 10000ppm";
break;
default:
range_str = "default";
break;
}
ESP_LOGCONFIG(TAG, " Detection range: %s", range_str);
}