Hi,
I plan to use “uLisp” as a scripting language to my project, what means, I will just evaluate the uLisp code from my project. Since I don’t wanna to modify uLisp that much, my plan is:
- Disable Serial Input (useless for me)
- Adding checking with server, if there is update, it will download uLisp code, load it, save it to EEPROM and execute
Please, can anyone give me advice, where should I put my “web server checking”, and how to disable the Serial Monitor? (I tried to comment serialmonitor define, but it’s still works). I have good programming knowledge, just want to do it the right way without much messing with the uLisp.
Thanks