#ifndef WLAN_H
#define WLAN_H

#include <Arduino.h>

void initWiFi();

#endif