From 5bb852834ef8b407dad969116783c05deb7db246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 26 Feb 2019 08:49:53 +0100 Subject: [PATCH] Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579) --- code/espurna/sensor.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/espurna/sensor.ino b/code/espurna/sensor.ino index 362d5e6c..cd57b7d2 100644 --- a/code/espurna/sensor.ino +++ b/code/espurna/sensor.ino @@ -102,8 +102,7 @@ double _magnitudeProcess(unsigned char type, double value) { #if WEB_SUPPORT -template -void _sensorWebSocketMagnitudes(JsonObject& root, T prefix) { +template void _sensorWebSocketMagnitudes(JsonObject& root, T prefix) { // ws produces flat list Magnitudes String ws_name = String(prefix);