Skip to content

Commit b4db1ad

Browse files
Fix softAP config call
1 parent 7be4729 commit b4db1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiClass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class WiFiClass {
109109
}
110110

111111
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet) {
112-
config(local_ip, gateway, subnet);
112+
config(local_ip, local_ip, gateway, subnet);
113113
return true;
114114
}
115115

0 commit comments

Comments
 (0)