9 lines
85 B
C
Raw Normal View History

2022-01-08 03:14:26 +01:00
#ifndef _WEBUI_H_
#define _WEBUI_H_
#include <Arduino.h>
void initWebUI();
#endif