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...
www.b4x.com