-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't seem to stop previous program from running #65
Comments
Hi Neil, |
I am pretty sure that I merely entered it through the serial terminal. However, I'll try again tonight ... what I'll do is 100% erase my flash and follow again the steps that got me to where I was. |
Ok, thank you Neil. Please follow up as soon as you manage to reproduce. |
Howdy ... I have managed to recreate. Here is the exact story.
I have a file called
I use Flash'n'Chips version I check that the file is present using:
I run the script using:
All runs and it looks good. I reboot my device ... Here is what I see on my console:
Let me know what other info might be needed. At y'alls disposal. |
I have built the latest Smart.js for the ESP8266 from source and flashed my ESP8266 ... I am now no longer able to reproduce the error. As such, I am going to assume that between the build I had previously installed and the current build:
Something got cured. Either way, I am happy now ... closing issue. |
I created a file on the ESP8266 called 'http_client_1.js' as per the documentation here:
https://www.cesanta.com/developer/smartjs#_http_client_example
I then ran that file with
It seemed to run correctly. Great!!!
However, it now seems that when ever I restart or reboot my ESP8266, this application seems to automatically launch and run. How do I stop the application from executing?
The text was updated successfully, but these errors were encountered: