From 56a3dfd41aa2752e6bcaf664b37f4ca3f38e86a7 Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 23 Mar 2021 22:20:58 +0100 Subject: [PATCH] on ESP32 no need to use flash strings for MQTT names --- src/helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helpers.h b/src/helpers.h index 658b4b80f..195bb8aa6 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -23,8 +23,8 @@ #include "telegram.h" // for EMS_VALUE_* settings -// #define FJSON(x) x -#define FJSON(x) F(x) +#define FJSON(x) x +// #define FJSON(x) F(x) namespace emsesp {