1

Topic: How to obtain wifi status ?

Hi,

I've have a project running RemoteXY with a mega2560 and an esp-01s.

I would like to have the wifi status for monitoring purpose.

I've try the if (WiFi.status() == WL_CONNECTED){} but WiFi.status is not define in my sketch. I don't know what would be the right function call/code with RemoteXY library for this purpose.

Any hints are welcome !

Thanks !