-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Type: For referenceCommon questions & problemsCommon questions & problems
Description
The following issue is present for me when using WiFi.config.
Code:
IPAddress chipIP = (192,168,10,22);
WiFi.config(chipIP,WiFi.gatewayIP(),WiFi.subnetMask());
Result of code is:
IP Address: 22.0.0.0
Seems like every number I put in the last parameter of IPAddress is assigned as the first number of the new IP address, all other parameters are discarded.
Metadata
Metadata
Assignees
Labels
Type: For referenceCommon questions & problemsCommon questions & problems