You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That sounds like a great idea - maybe stick it up in jsutils.h near jsAssertFail - and I'd use jsiConsolePrintf (unless jsWarn is there just for ESP8266 memory issues).
Uh oh!
There was an error while loading. Please reload this page.
This implementation in a central point allows to use jsDebug during development and if RELEASE it is gone.
Espruino/libs/network/esp32/jswrap_esp32_network.c
Lines 45 to 49 in f99ccaa
So no more #ifndef RELASE ..... #endif to get ride of warnings.
It is still possible to use jsWarn() if wanted.
Would /src/jsutils.h be the correct place to add this?
The text was updated successfully, but these errors were encountered: