mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
13 lines
153 B
C
13 lines
153 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
#include <functional>
|
|
#include <WiFi.h>
|
|
|
|
void reconnectWiFi();
|
|
|
|
void initWifi();
|
|
|
|
void WiFiEvent(WiFiEvent_t event);
|
|
|