From 9f87cde550b43f77975ecf9c4b486a901420b18b Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Fri, 16 Apr 2021 17:29:21 +0200 Subject: [PATCH] Update platformio.ini Back to 1.0.5 as 1.0.6 leads to problems with GUI's filebrowser. --- platformio.ini | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/platformio.ini b/platformio.ini index 31edfde..9d94376 100644 --- a/platformio.ini +++ b/platformio.ini @@ -48,7 +48,7 @@ lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 board_upload.maximum_size = 16777216 board_upload.flash_size = 16MB @@ -68,7 +68,7 @@ extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 [env:lolin_d32] ;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32.html @@ -86,7 +86,7 @@ extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.wchusbserial1410 monitor_port = /dev/cu.wchusbserial1410 platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 [env:lolin_d32_pro] ;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html @@ -106,7 +106,7 @@ build_flags = -DHAL=4 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 board_upload.maximum_size = 16777216 board_upload.flash_size = 16MB @@ -125,7 +125,7 @@ extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 [env:az-delivery-devkit-v4] ;https://docs.platformio.org/en/latest/boards/espressif32/az-delivery-devkit-v4.html @@ -142,7 +142,7 @@ extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 [env:ttgo_t8] ;https://docs.platformio.org/en/latest/boards/espressif32/esp-wrover-kit.html @@ -162,11 +162,11 @@ build_flags = -DHAL=5 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue platform_packages = - platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.6 + platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5 ;;; Change upload/monitor-port of your board regarding your operating-system and develboard! ;MAC: /dev/cu.SLAB_USBtoUART / /dev/cu.wchusbserial1420 / /dev/cu.wchusbserial1410 ;WINDOWS: COM3 ;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number) -[env:] \ No newline at end of file +[env:]