save some implementation
This commit is contained in:
15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPath": "/home/bruno/esp/v5.4.1/esp-idf",
|
||||
"idf.espIdfPath": "/home/bruno/esp/master/esp-idf",
|
||||
"idf.pythonInstallPath": "/usr/bin/python",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32s3-builtin.cfg"
|
||||
@@ -29,6 +29,17 @@
|
||||
"esp_mac.h": "c",
|
||||
"gpio.h": "c",
|
||||
"chrono": "c",
|
||||
"cstdint": "c"
|
||||
"cstdint": "c",
|
||||
"task.h": "c",
|
||||
"compare": "c",
|
||||
"uart_struct.h": "c",
|
||||
"uart.h": "c",
|
||||
"gpio_num.h": "c",
|
||||
"mcp3550.h": "c",
|
||||
"esp_timer.h": "c",
|
||||
"math.h": "c",
|
||||
"esp_check.h": "c",
|
||||
"radio.h": "c",
|
||||
"sx1262.h": "c"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user