From 3c2021441490ae9b93f7a2ef0f379909b589edd9 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 13 十二月 2025 18:53:16 +0800
Subject: [PATCH] 应该是拍视频的版本,外包在此基础上加了MQTT部分。
---
STM32H743/.vscode/settings.json | 77 --------------------------------------
1 files changed, 1 insertions(+), 76 deletions(-)
diff --git a/STM32H743/.vscode/settings.json b/STM32H743/.vscode/settings.json
index f0d78fe..75c453f 100644
--- a/STM32H743/.vscode/settings.json
+++ b/STM32H743/.vscode/settings.json
@@ -1,82 +1,7 @@
{
"files.encoding": "gb2312",
- "files.associations": {
- "*.dbclient-js": "javascript",
- "*.c": "c",
- "hido_util.h": "c",
- "stm32f4xx_hal.h": "c",
- "encryptchip.h": "c",
- "gpio.h": "c",
- "delay.h": "c",
- "spi_hal.h": "c",
- "hido_timer.h": "c",
- "deca_regs.h": "c",
- "spi.h": "c",
- "encryptmsg.h": "c",
- "hido_typedef.h": "c",
- "encryptpacket.h": "c",
- "tcpclient.h": "c",
- "encryptclient.h": "c",
- "socket.h": "c",
- "battery.h": "c",
- "global_param.h": "c",
- "appconfig.h": "c",
- "spiflash.h": "c",
- "module.h": "c",
- "hido_atlite.h": "c",
- "hido_debug.h": "c",
- "internet.h": "c",
- "tts.h": "c",
- "hido_arraryqueue.h": "c",
- "qxwz_sdk.h": "c",
- "flash.h": "c",
- "udpclient.h": "c",
- "quectel5gsocket.h": "c",
- "quectel5gdriver.h": "c",
- "uart.h": "c",
- "mainex.h": "c",
- "storage.h": "c",
- "httpclient.h": "c",
- "ntripapp.h": "c",
- "rtkclient.h": "c",
- "qxwz_app.h": "c",
- "rtc.h": "c",
- "pm.h": "c",
- "vibration.h": "c",
- "lis3dh_driver.h": "c",
- "gps.h": "c",
- "location.h": "c",
- "shell.h": "c",
- "lcddriver.h": "c",
- "hido_lock.h": "c",
- "lcddraw.h": "c",
- "bmp.h": "c",
- "font.h": "c",
- "gt20l16s1y.h": "c",
- "hido_fsm.h": "c",
- "mainscreen.h": "c",
- "uifsm.h": "c",
- "uictrlelement.h": "c",
- "main.h": "c",
- "settingsmenu.h": "c",
- "keypad.h": "c",
- "satellitedataview.h": "c",
- "textinput.h": "c",
- "generalsettings.h": "c",
- "interface.h": "c",
- "hido_vlqueue.h": "c",
- "hido_basequeue.h": "c",
- "ec600sfsm.h": "c",
- "lorawanfsm.h": "c",
- "lorawanparam.h": "c",
- "lorawandriver.h": "c",
- "lorawan.h": "c",
- "ec600smqtt.h": "c",
- "mcuflash.h": "c"
- },
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
- "idf.pythonInstallPath": "D:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
- "editor.editContext": false // 绂佹鑷姩妫�娴嬬缉杩�
+ "idf.pythonInstallPath": "D:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe" // 绂佹鑷姩妫�娴嬬缉杩�
}
\ No newline at end of file
--
Gitblit v1.10.0