I am developing a module for power reduction and I would know if this module is included in Sketch dealing with WiFi.
For example I would write something like this:
Code: Select all
#ifdef WiFi
esp_wifi_stop();
#endif
Thanks for any suggestions