From a46bfe2d1d66d79b7d2e8c0c970aa4bfc948e69e Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 2 Apr 2018 01:37:55 +0200 Subject: [PATCH] Added Smart LED library --- platformio.ini | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4c4cb5c4..dcafa2a0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,9 +10,9 @@ ; ---> SELECT TARGET PLATFORM HERE! <--- [platformio] -;env_default = heltec_wifi_lora_32 +env_default = heltec_wifi_lora_32 ;env_default = ttgov1 -env_default = ttgov2 +;env_default = ttgov2 ;env_default = lopy ;env_default = lopy4 ;env_default = lolin32lite_lora @@ -95,7 +95,7 @@ monitor_baud = 115200 lib_deps = U8g2@>2.21.7 ESP32 BLE Arduino@>=0.4.9 - ; NeoPixelBus + SmartLeds 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 @@ -118,8 +118,8 @@ monitor_baud = 115200 lib_deps = U8g2@>2.21.7 ESP32 BLE Arduino@>=0.4.9 - ; NeoPixelBus -build_flags = + SmartLeds +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 ; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE @@ -142,8 +142,8 @@ upload_speed = 256000 lib_deps = U8g2 ESP32 BLE Arduino@>=0.4.9 -; NeoPixelBus -build_flags = + SmartLeds +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 ; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE @@ -166,8 +166,8 @@ upload_speed = 921600 lib_deps = U8g2 ESP32 BLE Arduino@>=0.4.9 -; NeoPixelBus -build_flags = + SmartLeds +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 ; -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE @@ -180,4 +180,3 @@ build_flags = -include "src/hal/lolin32_lora.h" ;FreeRTOS single core operation, switches off core 1 (see arduino-esp32/cores/esp32/main.cpp) ; -DCONFIG_FREERTOS_UNICORE -