commit 49e3abbb34c889660ae066b2d9b8179e584dcf50 Author: yangzhijia <547486824@qq.com> Date: Wed Jul 22 11:27:37 2026 +0800 feat: init diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..666f113 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,13 @@ +{ + "permissions": { + "allow": [ + "Bash(\"D:/PlatformIO/penv/Scripts/platformio.exe\" run *)", + "WebFetch(domain:www.micradar.cn)", + "WebFetch(domain:m.elecfans.com)", + "WebSearch", + "WebFetch(domain:boardor.com)", + "Read(//d//**)", + "PowerShell(Get-Content \"D:\\\\R60AFD1_数据手册_V1.2.pdf\" -Raw -Encoding Byte | Out-Null; Write-Host \"File exists, size:\" \\(\\(Get-Item \"D:\\\\R60AFD1_数据手册_V1.2.pdf\"\\).Length\\);)" + ] + } +} diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89cc49c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.pio +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/ipch diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..080e70d --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,10 @@ +{ + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ], + "unwantedRecommendations": [ + "ms-vscode.cpptools-extension-pack" + ] +} diff --git a/data/index.html b/data/index.html new file mode 100644 index 0000000..f174f00 --- /dev/null +++ b/data/index.html @@ -0,0 +1,461 @@ + + +
+ + +ESP32-S3 + 毫米波雷达 · 配网设置
+| 页面 | 功能 |
|---|---|
| / | " + "主菜单页面 |
| /wifi | " + "显示 WiFi 扫描结果并配置连接 (/0wifi 不扫描) |
| /wifisave | " + "保存 WiFi 配置并连接设备 |
| /param | " + "参数设置页面 |
| /info | " + "系统信息页面 |
| /u | " + "固件 OTA 升级 |
| /close | " + "关闭弹出窗口,配网服务保持运行 |
| /exit | " + "退出配网模式,配网服务将关闭 |
| /restart | " + "重启设备 |
| /erase | " + "清除 WiFi 配置并重启。清除后设备不会自动连接,需重新配网 |