lib_deps added in platformio.ini (Issue #7)

This commit is contained in:
Klaus K Wilting 2018-03-23 08:37:52 +01:00
parent 946eb43e3c
commit 8f49d76569

View File

@ -21,7 +21,9 @@ platform = espressif32
board = heltec_wifi_lora_32
framework = arduino
monitor_baud = 115200
lib_deps = U8g2
lib_deps =
U8g2
ESP32 BLE Arduino@>=0.4.9
build_flags =
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
@ -41,7 +43,9 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_baud = 115200
lib_deps = U8g2
lib_deps =
U8g2
ESP32 BLE Arduino@>=0.4.9
build_flags =
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
@ -82,7 +86,9 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_baud = 115200
lib_deps = U8g2@>2.21.7
lib_deps =
U8g2@>2.21.7
ESP32 BLE Arduino@>=0.4.9
build_flags =
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE
@ -102,7 +108,9 @@ platform = espressif32
board = esp32dev
framework = arduino
monitor_baud = 115200
lib_deps = U8g2@>2.21.7
lib_deps =
U8g2@>2.21.7
ESP32 BLE Arduino@>=0.4.9
build_flags =
;set log level, we need build_flag for this, otherwise we can't use ESP_LOGx in arduino framework
-DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_VERBOSE