Skip to content

ycktw/nodemcu-official-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODE MCU build with official SDK 1.0.1

Changed

  • from wifi.setmode and wifi.getmode to wifi.mode, configuration not save to flash, using wifi_xx_xx_current in sdk setter = wifi.mode(mode) === mode [wifi.STATION, wifi.SOFTAP, wifi.STATIONAP] getter = wifi.mode()

  • from wifi.sta.config(ssid, pwd) getter and setter with configuration not save to flash setter = wifi.sta.config(ssid, pwd) getter = wifi.sta.config()

  • from wifi.sta.autoconnect to wifi.sta.autoconnect setter = wifi.sta.autoconnect(true/false) getter = wifi.sta.autoconnect()

notice: wifi_station_set_auto_connect from SDK will save all things to FLASH wifi_station_set_reconnect_policy not save to FLASH when called

GPIO table

Install mkdocs

$ python --version
Python 2.7.2
$ pip --version
pip 1.5.2
pip install mkdocs

Build docs

mkdocs build

Install gitbook

sudo npm install gitbook-cli -g

About

lua based interactive firmware for mcu like esp8266

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • Lua 1.5%
  • Makefile 1.0%
  • C++ 1.0%
  • Shell 0.3%
  • Batchfile 0.3%
  • Other 0.2%