on ESP32 no need to use flash strings for MQTT names

This commit is contained in:
proddy
2021-03-23 22:20:58 +01:00
parent cc0f4c43ae
commit 56a3dfd41a

View File

@@ -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 {