核心上限

This commit is contained in:
2025-09-20 16:57:16 +08:00
parent 71e8bd7532
commit 991c673630
7 changed files with 1456 additions and 47 deletions

View File

@@ -4,8 +4,8 @@
#include "DHT.h"
/// 传感器数据引脚定义对应ESP32 GPIO5
#define DHTPIN 5
/// 传感器数据引脚定义对应ESP32 GPIO13
#define DHTPIN 13
/// 传感器类型定义
#define DHTTYPE DHT11