Browse Source

update to newest platformio

main
Hendrik Langer 7 years ago
parent
commit
224a76c969
  1. 6
      platformio.ini

6
platformio.ini

@ -9,14 +9,16 @@
; http://docs.platformio.org/page/projectconf.html ; http://docs.platformio.org/page/projectconf.html
[env:heltec_wifi_lora_32] [env:heltec_wifi_lora_32]
platform = https://github.com/platformio/platform-espressif32.git#feature/stage ;platform = https://github.com/platformio/platform-espressif32.git#feature/stage
;platform = espressif32 platform = espressif32
board = heltec_wifi_lora_32 board = heltec_wifi_lora_32
board_f_cpu = 240000000L board_f_cpu = 240000000L
board_f_flash = 80000000L board_f_flash = 80000000L
framework = arduino framework = arduino
build_flags = -DLOG_LOCAL_LEVEL=ESP_LOG_VERBOSE -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE -DDEBUG_INT_ALLOC_DECISIONS=1 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 ; -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 = lib_deps =
; Basecamp ; Basecamp

Loading…
Cancel
Save