Thanks for the hint, looks like for =5 it falls back to #else so I'll try <= or >= to do one of the other cases to see if it helps or look into what #else does exactly (as it looks quite different).
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.
Thanks for the hint, looks like for =5 it falls back to
#else
so I'll try <= or >= to do one of the other cases to see if it helps or look into what#else
does exactly (as it looks quite different).