From 44888ed5099328b3b342b692e3ec9e029e097dbf Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Thu, 10 Sep 2020 21:32:17 +0200 Subject: [PATCH 1/2] To support latest version of PlaformIO --- .vscode/extensions.json | 12 ++++++------ platformio.ini | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 272828b5..e80666bf 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,7 +1,7 @@ { - // See http://go.microsoft.com/fwlink/?LinkId=827846 - // for the documentation about the extensions.json format - "recommendations": [ - "platformio.platformio-ide" - ] -} \ No newline at end of file + // See http://go.microsoft.com/fwlink/?LinkId=827846 + // for the documentation about the extensions.json format + "recommendations": [ + "platformio.platformio-ide" + ] +} diff --git a/platformio.ini b/platformio.ini index ef81d469..bf023691 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,6 +14,7 @@ build_dir = .pioenvs lib_dir = libraries libdeps_dir = .piolibdeps data_dir = esp3d/data +default_envs = esp32dev [env:esp32dev] platform = https://github.com/platformio/platform-espressif32.git From 17297654ae32571b900d68bd9c97e7e36186bc14 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:28:39 +0200 Subject: [PATCH 2/2] Workaround for Platform.ini thanks @sl1pkn07 --- platformio.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index bf023691..f90bd88a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -14,7 +14,7 @@ build_dir = .pioenvs lib_dir = libraries libdeps_dir = .piolibdeps data_dir = esp3d/data -default_envs = esp32dev +default_envs = esp8266 [env:esp32dev] platform = https://github.com/platformio/platform-espressif32.git @@ -37,6 +37,7 @@ lib_ignore = [env:esp8266] ;esp8266 core 2.5.2 platform = espressif8266@2.2.0 +platform_packages = toolchain-xtensa@2.40802.200502 board = esp12e framework = arduino monitor_speed = 115200