From a8b18d4c28e2daa78d5adff6f3f49967374d56c0 Mon Sep 17 00:00:00 2001 From: chenxin Date: Tue, 13 May 2025 17:34:30 +0800 Subject: [PATCH] okokok --- src/main.cpp | 2 ++ src/webpages.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 4a6bb13..91bccd2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -134,6 +134,8 @@ void WebServer_Init(void) { } + + // 风扇控制 void FansControl(void) { if (ds18b20.getTempC() > 30) { diff --git a/src/webpages.h b/src/webpages.h index 6d379b6..102bb36 100644 --- a/src/webpages.h +++ b/src/webpages.h @@ -197,4 +197,6 @@ const char index_html[] PROGMEM = R"rawliteral( )rawliteral"; // 添加分号 + + #endif // WEBPAGES_H \ No newline at end of file