so if I have two or more small devices using esp8266, all connected to my phone as an AP
is it possible to run them in both softAP and client in the same time
I'm mean my mobile check the signal every few seconds, and when one device have a bad signal (someone trying to take it away) , I run an alarm on my phone
and they still can receive commands from my phone in the same time.
I know I can make an alarm when the device disconnected from my phone,
but that will be too late for me,
Thanks.