Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By mharis
#42975 Hi all,

I want to start a wifi scan from an ajax request and return results in the same request but i don't know how to make the function to wait the WifiStation.startScan to complete and then return the results to client. any idea?