mirror of
https://github.com/tugsi/Filaman.git
synced 2026-07-09 18:02:48 +02:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef WLAN_H
|
|
#define WLAN_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
void initWiFi();
|
|
void checkWiFiConnection();
|
|
|
|
#endif |