@Gordon, You are right, I had bad baudrate, Thanks a lot saving me.
Little more information.
How do I store static files like images into ESP, serve them via HTTP?
How do I store JSON file which can be opened and parsed by JavaScript code.
I am trying to store angular.js within ESPruino, run simple REST service along with static index.html file, angular.js files on ESPruino, to run a simple web server with REST background.
I learned that all the required modules are automatically uploaded to ESPruino after minimizing it, but not sure how to store and serve files externally.
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.
@Gordon, You are right, I had bad baudrate, Thanks a lot saving me.
Little more information.
I am trying to store angular.js within ESPruino, run simple REST service along with static index.html file, angular.js files on ESPruino, to run a simple web server with REST background.
I learned that all the required modules are automatically uploaded to ESPruino after minimizing it, but not sure how to store and serve files externally.