tpl0401a
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
#ifndef WEBSERVER_H
|
||||
#define WEBSERVER_H
|
||||
|
||||
#include "webpages.h" // 包含 HTML 页面内容
|
||||
#include <WiFi.h>
|
||||
#include <ESPAsyncWebServer.h>
|
||||
#include "DS18B20.h"
|
||||
#include "BH1750.h"
|
||||
#include "Wire.h"
|
||||
//#include "MCP45HVX1.h"
|
||||
#include "INA226.h"
|
||||
#include "RunTime.h"
|
||||
|
||||
|
||||
|
||||
void WebServer_Init(void);
|
||||
|
||||
#endif // WEBSERVER_H
|
||||
Reference in New Issue
Block a user