We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
87ef09c
There was an error while loading. Please reload this page.
1.Wi-Fi 状态指示 未连接 Wi-Fi:板载 LED 以 500ms 闪烁。 连接成功:LED 熄灭。
2.操作状态指示 执行开关机命令时,板载 LED 快速闪烁两次。
3.来电自启 Wi-Fi 连接成功后,自动发送开机信号。
4.非阻塞逻辑 替换 delay() 为 millis() 实现 LED 闪烁和继电器控制,避免程序阻塞。
5.代码优化 提取 LED 闪烁逻辑为 blinkLED() 函数,减少重复代码。
6.网页优化 优化网页ui。
7.提高安全 增加用户名密码,提升安全性。