esp8266 / source-code-examples

Examples of code for the ESP8266
275 stars 127 forks source link

basic_example: set stationConf.bssid_set to 0 #12

Open heinervdm opened 9 years ago

heinervdm commented 9 years ago

When bssid_set contains anything else than 0, it will only connect to the ap if the mac address matches. If this is left uninitialized it may contain garbage and the ESP will never connect to the ap.