2022-01-08 03:14:26 +01:00
|
|
|
#ifndef _WEBUI_H_
|
|
|
|
#define _WEBUI_H_
|
|
|
|
|
|
|
|
#include <Arduino.h>
|
2022-01-10 00:55:04 +01:00
|
|
|
#include <ESPUI.h>
|
|
|
|
#include "config.h"
|
|
|
|
#include "globals.h"
|
2022-01-08 03:14:26 +01:00
|
|
|
|
|
|
|
void initWebUI();
|
2022-01-12 01:10:21 +01:00
|
|
|
void UpdateWebUI();
|
2022-01-08 03:14:26 +01:00
|
|
|
|
|
|
|
#endif
|