Hello,
For some reason my ESP32 (lolin32 lite) goes in an endless reboot loop from the moment I call the listen command of the wifiserversocket.
Anyone else here with such device that has this working right?
B4X:
Dim ss As WiFiServerSocket
ss.Initialize("666","ss_NewConnection")
ss.Listen '...