wifi_util.h 154 Bytes
Newer Older
1
#ifndef WIFI_UTIL_H_INCLUDED
2
#define WIFI_UTIL_H_INCLUDED
3
4
5
6
7
8

#include "led_effects.h"
#include "config.h"
void WiFiConnect(const String &hostname);

#endif