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