11 lines
173 B
C
11 lines
173 B
C
|
#ifndef WIFI_UTIL_H_INCLUDED
|
||
|
#define WIFI_UTIL_H_INCLUDED
|
||
|
|
||
|
#include "config.h"
|
||
|
#include "util.h"
|
||
|
#include "led_effects.h"
|
||
|
|
||
|
void WiFiConnect(const String &hostname);
|
||
|
|
||
|
#endif
|