I used the following code placed in "Sub AppStart" allows you to configure ip etc.. tested in ESPConfigureWiFi... Best regards RunNative( "SetIP" , Null ) #if C void SetIP(B4R::Object* o) { IPAddress ip(192, 168, 1, xxx); // (Replace xxx with desired IP) IPAddress gateway(192...
thank you
i tried this code but unfortunaly it didn't work and I don't know why.
I use the full copy of the example but esp8266 remains in DHCP mode
can you help me ?
best regards