wifi_util.h 173 Bytes
Newer Older
1
#ifndef WIFI_UTIL_H_INCLUDED
2
#define WIFI_UTIL_H_INCLUDED
3
4

#include "config.h"
Eric Duminil's avatar
Eric Duminil committed
5
6
7
#include "util.h"
#include "led_effects.h"

8
9
10
void WiFiConnect(const String &hostname);

#endif