1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
| {
| "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" // 禁止自动检测缩进
| }
|
|