hideakitai / ArtNet

Art-Net Sender/Receiver for Arduino (Ethernet, WiFi)
MIT License
257 stars 52 forks source link

Make WiFi.softAP() work. #45

Closed thinksilicon closed 1 year ago

thinksilicon commented 1 year ago

After looking into the code it turns out that making this lib work in softAP mode isn't hard at all. We just need a few switches in places to catch the WIFI_AP mode and pull IPs, subnetmask and MAC slightly differently.

This should fix issue #38