Bootloader for ESP8266 modules flashed with NodeMCU for simple wifi configuration.
The script checks whether there is already a wifi configured. If not, the configuration mode is started. The ESP8266 provides an access point and webpage listing all available access points plus possibility to enter the wifi password. These settings are stored persistently in the file config.cl and the module connects with to the network to run your normal code.
- Change variables ssid and psw in line 5 & 6 of the initialization script init.lua according to your needs. These are the credentials to connect to the module in configuration mode.
- Add your normal program routines to file run_program.lua
- Upload all files to your ESP8266 module
Copyright (c) 2015 Sebastian Hodapp Licensed under the The MIT License (MIT).