#include "wifi.h"
#include "ntp.h"
#include "debug.h"
#include "configuration.h"
#include <ESP8266WiFi.h>
#include <Ticker.h>
Go to the source code of this file.
◆ _wifiOnConnect()
void _wifiOnConnect |
( |
const WiFiEventStationModeGotIP & |
event | ) |
|
◆ _wifiOnDisconnect()
void _wifiOnDisconnect |
( |
const WiFiEventStationModeDisconnected & |
event | ) |
|
◆ wifiConnect()
◆ wifiConnected()
◆ wifiSetup()
◆ _wifi_connect_handler
WiFiEventHandler _wifi_connect_handler |
◆ _wifi_disconnect_handler
WiFiEventHandler _wifi_disconnect_handler |
◆ _wifi_timer