This commit is contained in:
2025-05-13 17:34:30 +08:00
parent bf5270f337
commit a8b18d4c28
2 changed files with 4 additions and 0 deletions

View File

@ -134,6 +134,8 @@ void WebServer_Init(void) {
} }
// 风扇控制 // 风扇控制
void FansControl(void) { void FansControl(void) {
if (ds18b20.getTempC() > 30) { if (ds18b20.getTempC() > 30) {

View File

@ -197,4 +197,6 @@ const char index_html[] PROGMEM = R"rawliteral(
</html> </html>
)rawliteral"; // 添加分号 )rawliteral"; // 添加分号
#endif // WEBPAGES_H #endif // WEBPAGES_H