From 14b28250292457b719b10f1783aa63d25d3675cb Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sun, 29 Jun 2025 18:10:36 -0400 Subject: [PATCH] ESP-NOW RC Tutorial --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 47a29bb28..92b49cfb5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf", "idf.toolsPathWin": "c:\\Users\\alex\\esp\\", - "idf.pythonInstallPath": "c:\\Users\\alex\\esp\\tools\\idf-python\\3.11.2\\python.exe" + "idf.pythonInstallPath": "/usr/bin/python3" } \ No newline at end of file