How test if Sketch usee WiFi and/or Bluetooth
Posted: Mon Jul 20, 2020 8:40 am
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:
I think there is a convention in writing forms for introspection, but I don't know it.
Thanks for any suggestions
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