'Run_App' is a service write in B4A designed to be started automatically when the operating system is started and to wait for the receipt of sms
When the smartphone receives a text message, Run_App service reads the sms body, and if present the command START_PROG = com.peppe.app_1 starts the...
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 '...