...since there is no C preprocessor to resolve #define - see Caveats in 'Inline C code', there is also no #include. The issue is that the service the way it is implemented right now would not know from where to include from... May be this could change when callbakc-url could be passed and you can serve your things to include by a (public) Web server... (you are exposing your dev source thru http).
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.
...since there is no C preprocessor to resolve
#define
- see Caveats in 'Inline C code', there is also no #include. The issue is that the service the way it is implemented right now would not know from where to include from... May be this could change when callbakc-url could be passed and you can serve your things to include by a (public) Web server... (you are exposing your dev source thru http).