mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:07:07 +00:00
.
This commit is contained in:
5
ESP-IDF_Robot/.vscode/settings.json
vendored
5
ESP-IDF_Robot/.vscode/settings.json
vendored
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPath": "/home/alex/esp/v5.3.2/esp-idf",
|
||||
"idf.espIdfPath": "/home/alex/esp/v5.4.1/esp-idf",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32c3-builtin.cfg"
|
||||
],
|
||||
"idf.toolsPath": "/home/alex/.espressif",
|
||||
"idf.port": "/dev/ttyACM0",
|
||||
"idf.flashType": "UART"
|
||||
"idf.flashType": "UART",
|
||||
"idf.pythonInstallPath": "/usr/bin/python3"
|
||||
}
|
||||
|
@@ -6,6 +6,8 @@
|
||||
|
||||
built-in LED GPIO: 10
|
||||
build-in push button GPIO: 3
|
||||
|
||||
ESP-PDF: v5.4.1
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Reference in New Issue
Block a user