diff --git a/ESP-IDF_Robot/.vscode/settings.json b/ESP-IDF_Robot/.vscode/settings.json index 95eb2f19e..6cf922c89 100644 --- a/ESP-IDF_Robot/.vscode/settings.json +++ b/ESP-IDF_Robot/.vscode/settings.json @@ -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" } diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 698f0e6d5..afbbba01d 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -6,6 +6,8 @@ built-in LED GPIO: 10 build-in push button GPIO: 3 + + ESP-PDF: v5.4.1 */ #include #include