Its driving me crazy, why is this not working ?
void myTest(){ JsVar *r = jsvNewFromString("hugo"); jsWarn("type:%t\n",r); jsWarn("r:%v\n",r); jsWarn("json:%j\n",r); }
I get this WARNING: type:undefined WARNING: r: WARNING: json:undefined
@JumJum started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Its driving me crazy, why is this not working ?
I get this
WARNING: type:undefined
WARNING: r:
WARNING: json:undefined