Page 1 of 1

How test if Sketch usee WiFi and/or Bluetooth

Posted: Mon Jul 20, 2020 8:40 am
by rossati
Hi
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
I think there is a convention in writing forms for introspection, but I don't know it.
Thanks for any suggestions