test flash vs non-flash for json variables

This commit is contained in:
proddy
2020-11-26 23:08:22 +01:00
parent 3f275121cf
commit 8447c961fe
4 changed files with 27 additions and 24 deletions

View File

@@ -28,6 +28,9 @@
#define BOOL_FORMAT_TRUEFALSE 2
#define BOOL_FORMAT_NUMBERS 3
// #define FJSON(x) x
#define FJSON(x) F(x)
namespace emsesp {
class Helpers {