Newby question #5524
Replies: 1 comment
-
Posted at 2016-07-22 by @gfwilliams Moving this to the ESP8266 forum Posted at 2016-07-22 by DrAzzy Yes, it auto connects once you've configured the wifi and saved it (see http://www.espruino.com/ESP8266_Flashing where they describe configuring the wifi, you save with wifi.save() ). Which is good, since you want it to come up in wifi mode so you can connect via telnet console It is stored in different place on the flash. Posted at 2016-07-23 by ghendo Thanks for the reply! Posted at 2016-07-23 by @allObjects @ghedo, pls take a look at this conversation, especially posts #8 and #18. They shed some light on what is going on when you upload code, Posted at 2016-07-23 by ghendo hmm things get very complicated very quickly I triedvar http = require("http"); function onInit(){
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-07-22 by ghendo
I have Espurino running on a Wemos D1 mini (finally)
I have a question about the IDE
After installing and configuring OTA connection the wifi setup seems to
stay there even after I upload a new simple test program without any wifi
connection commands
So does this mean the OTA wifi connection is stored in a secret place
that I cant see and I just add my extra bit ?
What if I wanted to change the wifi configuration that is stored in the secret place?
Beta Was this translation helpful? Give feedback.
All reactions