add example

This commit is contained in:
rjwats@gmail.com
2018-03-03 11:45:02 +00:00
parent 570bd2e2c0
commit ff43e69bc0
2 changed files with 36 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class WiFiStatus {
WiFiEventHandler _onStationModeDisconnectedHandler;
WiFiEventHandler _onStationModeGotIPHandler;
// static functions for logging wifi events to the UART
// static functions for logging WiFi events to the UART
static void onStationModeConnected(const WiFiEventStationModeConnected& event);
static void onStationModeDisconnected(const WiFiEventStationModeDisconnected& event);
static void onStationModeGotIP(const WiFiEventStationModeGotIP& event);