NodeMCU-Express icon indicating copy to clipboard operation
NodeMCU-Express copied to clipboard

Example configuration not up to date

Open bdurrer opened this issue 7 years ago • 0 comments

The WIFI part of the example does not match current nodemcu API.

use wifi.eventmon.register() instead of wifi.sta.eventMonReg remove wifi.sta.eventMonStart() (which was outside the station mode block anyway)

bdurrer avatar Aug 04 '18 22:08 bdurrer