Page 3 of 3

Re: ESP32 User Configurable Network Details

Posted: Mon Nov 22, 2021 4:19 pm
by lucibel
Hi Ben , like this you mean ?

Code: Select all

IPAddress local_IP=(192,168,4,184);
IPAddress gateway=(192,168,4,1);
IPAddress subnet=(255,255,255,0);
bool softAPConfig(IPAddress local_ip, IPAddress gateway, IPAddress subnet);
Failed to compile, see below
ESP32_Config_Wifi.msg.txt
(56.46 KiB) Downloaded 151 times