ph1p / ikea-led-obegraensad

ESP32/Arduino hack for the ikea OBEGRÄNSAD led wall lamp
MIT License
578 stars 78 forks source link

Wifi Manager breaks static IP configuration on ESP32 #93

Closed schw4rzlicht closed 5 months ago

schw4rzlicht commented 5 months ago

After merging #59 (@ahuber21) the static IP configuration added in #54 breaks for ESP32 as the code required for configuring is only run #ifdef ESP8266.

ahuber21 commented 5 months ago

Thanks for looking into this. Looks like you already worked it out. Let me know if there's anything else I can help with.