haimgel / node_rgb

Software for ESP8266 WiFi SOC to control an RGB led strip via a MQTT-compatible home automation controller
Mozilla Public License 2.0
9 stars 4 forks source link

Wifi config method changed #6

Open bn326160 opened 6 years ago

bn326160 commented 6 years ago

wifi.sta.config("SSSID","PASSWORD") is depricated in current versions of NodeMCU Firmware, new method applied: wifi.sta.config {ssid="SSSID", pwd="Password"}

See: https://github.com/nodemcu/nodemcu-firmware/issues/2082