Fix softAP config call

parent 7be47293
...@@ -109,7 +109,7 @@ public: ...@@ -109,7 +109,7 @@ public:
} }
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet) { bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet) {
config(local_ip, gateway, subnet); config(local_ip, local_ip, gateway, subnet);
return true; return true;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment