Current Lua downloadable firmware will be posted here

User avatar
By giancaos
#20522 Hi folks!

Excuse me for my english.

I worked on ESP8256-EVB by Olimex. I programmed to flash with nodeMCU firmware and then with ESPlorer I developed some LUA scripts with success. It's very funny.
Now, I want to return to original firmware and so I programmed with this application:
https://github.com/OLIMEX/ESP8266/tree/master/esphttpd

The flash programming is ok with success, I do both maker: the make flash and make htmlflash.
This is the actions log:

/opt/Espressif/esptool-py/esptool.py --port /dev/ttyUSB0 write_flash 0x00000 firmware/0x00000.bin 0x40000 firmware/0x40000.bin
Connecting...
Erasing flash...
Writing at 0x00008000... (100 %)
Erasing flash...
Writing at 0x00063000... (100 %)

Leaving...
giancarlo@debian:/opt/Espressif/ESP8266/esphttpd$ make htmlflash
if [ $(stat -c '%s' webpages.espfs) -gt $(( 0x2E000 )) ]; then echo "webpages.espfs too big!"; false; fi
/opt/Espressif/esptool-py/esptool.py --port /dev/ttyUSB0 write_flash 0x12000 webpages.espfs
Connecting...
Erasing flash...
Writing at 0x0001b400... (100 %)

Leaving...

BUT, when return from reset I found the last Lua application runs, like if the nodeMCU with its Lua scripts no were deleted.
Can someone tell me if I skip some procedure or something like this?
Thanks
User avatar
By giancaos
#20585 I thinked ESPhttpd established the wifi SOFTAP but is not so. If you runned with wifi STATION the ESPhttpd will hold this configuration after reset.