Closed schw4rzlicht closed 10 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.
#ifdef ESP8266
Thanks for looking into this. Looks like you already worked it out. Let me know if there's anything else I can help with.
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
.