ESP8266 WiFi Participant
|
Dummy implementation of a WifiDependent. More...
#include <dummy-wifi-dependent.hpp>
Public Member Functions | |
void | onWifiConnectionEstablished () override |
void | onWifiConnectionLost () override |
![]() |
Dummy implementation of a WifiDependent.
Just a dummy implementation of a WifiDependent that does nothing but logging the respective events.
|
overridevirtual |
Logs in case of an established WiFi connection.
Implements WifiDependent.
|
overridevirtual |
Logs in case of an lost WiFi connection.
Reimplemented from WifiDependent.