I have the code completed, I have learnt a lot thanks to your help, I have one last question in this thread.
In the following way I check myself in the ESP module the incoming string from the smartphone, while the module responds with a defined char array and it is OK
.
The following is how I implement the LED timer, after which I turn off the LED and would like to inform the smartphone, I send the char array with the same commands as above, but nothing comes out of the module
.
Are the Udp.remoteIP() and Udp.remotePort() data cleared after response by the module?
In the following way I check myself in the ESP module the incoming string from the smartphone, while the module responds with a defined char array and it is OK
Code: C / C++
The following is how I implement the LED timer, after which I turn off the LED and would like to inform the smartphone, I send the char array with the same commands as above, but nothing comes out of the module
Code: C / C++
Are the Udp.remoteIP() and Udp.remotePort() data cleared after response by the module?