microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
68 stars 57 forks source link

MXOne AZ3166WiFi use static IP Address for WiFi #1087

Open Chubacca73 opened 2 years ago

Chubacca73 commented 2 years ago

Hello. I was wondering why it is apparently not possible to configure a static IP address for the MXOne AZ3166 using the AZ3166WiFi.h Is this by intention or just a missing feature? Would it be possible to use the Arduine WiFi.h instead which defines a Wifi.config(ip, dns, gateway) which would be what I need.

Thank you for your help!