Turn of AP at WiFi initialization time
New ESP8266 modules are setup to spawn an AP(ESP-<MAC>
) which is persistently configured in the corresponding flash section.
Just using Wifi.begin(...)
doesn't stop this AP so DHT22 devices are spamming the subraums airtime.
Please either wipe WLAN config flash before use or disable AP in software on first boot.