From 3beeba7641dd9efd19f07f44eafe44257f705762 Mon Sep 17 00:00:00 2001 From: Helge Date: Tue, 4 Oct 2022 15:50:55 +0200 Subject: [PATCH] remove empty line --- tasmota/tasmota_xsns_sensor/xsns_33_qmc5883l.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/tasmota/tasmota_xsns_sensor/xsns_33_qmc5883l.ino b/tasmota/tasmota_xsns_sensor/xsns_33_qmc5883l.ino index 596311d2e..cdc5308ba 100644 --- a/tasmota/tasmota_xsns_sensor/xsns_33_qmc5883l.ino +++ b/tasmota/tasmota_xsns_sensor/xsns_33_qmc5883l.ino @@ -286,7 +286,6 @@ void QMC5883L_Show(uint8_t json) #ifdef USE_WEBSERVER else { - WSContentSend_PD(HTTP_SNS_QMC5883L, QMC5883L->MX, QMC5883L->MY, QMC5883L->MZ, QMC5883L->scalar, QMC5883L->temp); } #endif