From 224a76c969ccbe9ef60801b0cd2eecf8f42f9016 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Sun, 10 Jun 2018 15:20:58 +0200 Subject: [PATCH] update to newest platformio --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index e8f322e..a4c141a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,14 +9,16 @@ ; http://docs.platformio.org/page/projectconf.html [env:heltec_wifi_lora_32] -platform = https://github.com/platformio/platform-espressif32.git#feature/stage -;platform = espressif32 +;platform = https://github.com/platformio/platform-espressif32.git#feature/stage +platform = espressif32 board = heltec_wifi_lora_32 board_f_cpu = 240000000L board_f_flash = 80000000L framework = arduino build_flags = -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE -DDEBUG_INT_ALLOC_DECISIONS=1 ; -DCONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL=y +board_build.partitions = min_spiffs.csv +; http://docs.platformio.org/en/latest/platforms/espressif32.html#partition-tables https://github.com/espressif/arduino-esp32/tree/master/tools/partitions lib_deps = ; Basecamp