mdhiggins / ESP8266-HTTP-IR-Blaster

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo
MIT License
968 stars 217 forks source link

Set WiFi.mode(WIFI_STA) before WiFiManager #308

Closed PicoMitchell closed 3 years ago

PicoMitchell commented 3 years ago

Fix for issue: https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster/issues/307

mdhiggins commented 3 years ago

Thanks