Pushing perf-data to influx ssl not supported

This commit is contained in:
Magnus Persson
2022-04-28 21:28:26 +02:00
parent dfd5cea53d
commit 31dc2bae5f

View File

@ -317,6 +317,11 @@ void PerfLogging::print() {
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);
return;
}
WiFiClient wifi;
HTTPClient http;
String serverPath =