From d59de171c55912ec9ae11fbd36e37f811192b08e Mon Sep 17 00:00:00 2001 From: Joshua Pirihi Date: Sun, 6 Mar 2022 05:57:38 +1300 Subject: [PATCH] NimBLE implementation --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index f19c6a526..0a58a3826 100644 --- a/platformio.ini +++ b/platformio.ini @@ -134,12 +134,12 @@ debug_init_break = tbreak setup build_flags = ${arduino_base.build_flags} -Wall -Wextra -Isrc/esp32 -Isrc/esp32-mfix-esp32-psram-cache-issue -lnimble -std=c++11 -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG -DMYNEWT_VAL_BLE_HS_LOG_LVL=LOG_LEVEL_CRITICAL - -DAXP_DEBUG_PORT=Serial + -DAXP_DEBUG_PORT=Serial #-DUSE_NEW_ESP32_BLUETOOTH lib_deps = ${arduino_base.lib_deps} ${environmental.lib_deps} https://github.com/meshtastic/esp32_https_server.git - h2zero/NimBLE-Arduino@1.3.6 + h2zero/NimBLE-Arduino@1.3.7 tobozo/ESP32-targz@^1.1.4 arduino-libraries/NTPClient#531eff39d9fbc831f3d03f706a161739203fbe2a lorol/LittleFS_esp32@^1.0.6