This commit is contained in:
Magnus Persson
2022-04-29 06:48:17 +02:00
parent 31dc2bae5f
commit 396608bd7e
5 changed files with 31 additions and 6 deletions

View File

@ -318,7 +318,7 @@ void PerfLogging::pushInflux() {
if (!myConfig.isInfluxDb2Active()) return;
if (myConfig.isInfluxSSL()) {
Log.warning(F("PERF: InfluxDB2 with SSL is not supported when pushing performance data, skipping" CR);
Log.warning(F("PERF: InfluxDB2 with SSL is not supported when pushing performance data, skipping" CR));
return;
}