This commit is contained in:
2025-02-12 11:38:33 +08:00
parent e4de9a439b
commit 1c2201afc9
13 changed files with 392 additions and 196 deletions

View File

@ -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