7 lines
76 B
C
7 lines
76 B
C
#pragma once
|
|
#include "Arduino.h"
|
|
#include <WiFi.h>
|
|
|
|
bool getWifiStatus();
|
|
|