ESP32 User Configurable Network Details

Use this section to discuss your embedded Flowcode projects.
lucibel
Posts: 172
http://meble-kuchenne.info.pl
Joined: Thu Sep 23, 2021 3:44 pm
Location: France
Has thanked: 29 times
Been thanked: 22 times

Re: ESP32 User Configurable Network Details

Post 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
Seb

Post Reply