Ok, thanks! Yes, I should be able to just check based on the board name.
I enabled C preprocessor by removing -fpreprocessed which you have turned off for some reason
Yes, it's because I don't want anyone doing #include "/etc/passwd" and then getting bits of it quoted back to them in an error message :)
#include "/etc/passwd"
@Gordon 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.
Ok, thanks! Yes, I should be able to just check based on the board name.
Yes, it's because I don't want anyone doing
#include "/etc/passwd"
and then getting bits of it quoted back to them in an error message :)