mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-15 07:22:52 +02:00
Configuration of UART
This commit is contained in:
2
.vscode/c_cpp_properties.json
vendored
2
.vscode/c_cpp_properties.json
vendored
@ -16,7 +16,9 @@
|
||||
"${IDF_PATH}/components/soc/include",
|
||||
"${IDF_PATH}/components/soc/esp32/include",
|
||||
"${IDF_PATH}/components/tcpip_adapter/include",
|
||||
"${workspaceRoot}/examples/provisioning/build/include",
|
||||
"${workspaceRoot}/examples/hello_world/build/include",
|
||||
"${workspaceRoot}/examples/send_recv/build/include",
|
||||
"${workspaceRoot}/include",
|
||||
"${workspaceRoot}/src"
|
||||
],
|
||||
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -3,6 +3,7 @@
|
||||
"provisioning.h": "c",
|
||||
"config.h": "c",
|
||||
"sdkconfig.h": "c",
|
||||
"oslmic.h": "c"
|
||||
"oslmic.h": "c",
|
||||
"hal_esp32.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user