13 lines
165 B
C
13 lines
165 B
C
#ifndef _WEBUI_H_
|
|
#define _WEBUI_H_
|
|
|
|
#include <Arduino.h>
|
|
#include <ESPUI.h>
|
|
#include "config.h"
|
|
#include "globals.h"
|
|
|
|
void initWebUI();
|
|
void UpdateWebUI();
|
|
|
|
|
|
#endif |