#define DEF_CONST_VAL_INT(N,V) const cst_val N = {{.a={.type=CST_VAL_TYPE_INT,.ref_count=-1,.v={.ival=V}}}} #define DEF_CONST_VAL_STRING(N,S) const cst_val N = {{.a ...
Hi, Thanks for pointing this out. I haven't tested (compiled) the library myself on ESP32 boards. If in the future I will use this with ESP32 - I will make required adjustments in the source code. In ...