#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 ...
When compiling a program including SDcard.h of SD Version 1.24 or 1.30 the actual version of the pico 4.01 generates: ambiguous overload for 'operator+' (operand types are 'arduino::String' and ...