From b53fff11e6f0d560594834de32886239cbba90a3 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 16 十二月 2025 15:48:58 +0800
Subject: [PATCH] 外部调完,可以解析下发的MQTT数据了,但是路径文件太大准备换成http模式
---
STM32H743/.vscode/settings.json | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/STM32H743/.vscode/settings.json b/STM32H743/.vscode/settings.json
index dc88d44..fde6149 100644
--- a/STM32H743/.vscode/settings.json
+++ b/STM32H743/.vscode/settings.json
@@ -77,5 +77,7 @@
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
- "idf.pythonInstallPath": "D:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe" // 绂佹鑷姩妫�娴嬬缉杩�
+ "idf.pythonInstallPath": "D:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
+ "editor.editContext": false,
+ "claudeCodeChat.permissions.yoloMode": true // 绂佹鑷姩妫�娴嬬缉杩�
}
\ No newline at end of file
--
Gitblit v1.10.0