9 lines
85 B
C
9 lines
85 B
C
|
#ifndef _WEBUI_H_
|
||
|
#define _WEBUI_H_
|
||
|
|
||
|
#include <Arduino.h>
|
||
|
|
||
|
void initWebUI();
|
||
|
|
||
|
|
||
|
#endif
|