Report Bugs Here

Moderator: Mmiscool

User avatar
By mtronics
#53206 i start working with esp8266basic
flash esp8266. ok
connect to esp. ok
192.168.4.1/edit .ok
first program:

do
io(po,2,1)
delay 100
io(po,2,0)
delay 100
loop until 0

save and run program.ok

press reset pin to run program ! no action
program only work correct when i press run button in browser.
User avatar
By Mmiscool
#53250 You have to go over to the settings page and check the "Run Default.bas at start up" check box on the settings page.

2016-08-18 18_17_17-172.16.0.104_settings.png
You do not have the required permissions to view the files attached to this post.
User avatar
By Mmiscool
#53460 This is the desired behavior. The problem with having the program run instantly is that you can not get back in and reprogram the device. This window of time makes it possible to edit your program before it runs.