From 8d4c6fc0dd5c0a68feac3b7f0f8ba5d041adacee Mon Sep 17 00:00:00 2001 From: Klaus K Wilting Date: Wed, 18 Jul 2018 19:55:09 +0200 Subject: [PATCH] platformio.ini: set back to Espressif 1.0.2 --- platformio.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index de53f14d..798ce487 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,11 +11,10 @@ ; ---> SELECT TARGET PLATFORM HERE! <--- [platformio] -;env_default = lolin32lite, heltec, generic -env_default = generic +;env_default = generic ;env_default = heltec ;env_default = ttgov1 -;env_default = ttgov2 +env_default = ttgov2 ;env_default = ttgov21 ;env_default = ttgobeam ;env_default = lopy @@ -28,9 +27,9 @@ env_default = generic description = Paxcounter is a proof-of-concept ESP32 device for metering passenger flows in realtime. It counts how many mobile devices are around. [common_env_data] -;platform_espressif32 = espressif32@1.0.2 +platform_espressif32 = espressif32@1.0.2 ;platform_espressif32 = espressif32@1.1.2 -platform_espressif32 = https://github.com/platformio/platform-espressif32.git#feature/stage +;platform_espressif32 = https://github.com/platformio/platform-espressif32.git#feature/stage board_build.partitions = no_ota.csv lib_deps_all = lib_deps_display =