okokok
This commit is contained in:
@ -134,6 +134,8 @@ void WebServer_Init(void) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
// 风扇控制
|
||||
void FansControl(void) {
|
||||
if (ds18b20.getTempC() > 30) {
|
||||
|
||||
@ -197,4 +197,6 @@ const char index_html[] PROGMEM = R"rawliteral(
|
||||
</html>
|
||||
)rawliteral"; // 添加分号
|
||||
|
||||
|
||||
|
||||
#endif // WEBPAGES_H
|
||||
Reference in New Issue
Block a user