scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.67k stars 642 forks source link

Unsecured wifi mode fix not included in code for some reason. #315

Closed TheUNkilled123 closed 3 years ago

TheUNkilled123 commented 3 years ago

So the WiFi.mode(WIFI_STA); line seems to be removed from the setup function in the esp8266 code even though the latest commit is the one adding it. Not sure if it's intentional or if it's been removed by a mistake. The issue I'm referencing is #298 .

joeybab3 commented 3 years ago

Alright should be good, not sure how I missed that but thanks for pointing it out.