Skip to content

Commit

Permalink
Merge pull request #158 from icssw-org/oe1kbc_434o_dev
Browse files Browse the repository at this point in the history
v4.34o WIFIAP-IP an OTA
  • Loading branch information
oe1kbc authored Feb 13, 2025
2 parents 04b1e08 + e7d922d commit 6a0875e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udp_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ void startMeshComUDP()
{
if(bWIFIAP)
{
WiFi.softAPConfig(IPAddress(10,10,10,1), IPAddress(10,10,10,1), IPAddress(255,255,255,0));
WiFi.softAPConfig(IPAddress(192,168,4,1), IPAddress(192,168,4,1), IPAddress(255,255,255,0));

node_ip = WiFi.softAPIP();

Expand Down

0 comments on commit 6a0875e

Please sign in to comment.