Try to decode mqtt packets first (#1705)

* Try to decode first

* Remove GPS pins from TLoRAv1 so that it can boot

* Use release version of radio lib

* Use fixed versions of esp framework and tool chain
This commit is contained in:
Ben Meadors
2022-09-25 09:39:50 -05:00
committed by GitHub
parent de769db3bc
commit ae311c838e
4 changed files with 4 additions and 6 deletions

View File

@@ -1,12 +1,13 @@
; Common settings for ESP targes, mixin with extends = esp32_base
[esp32_base]
extends = arduino_base
platform = espressif32
platform = espressif32@5.1.1
build_src_filter =
${arduino_base.build_src_filter} -<platform/nrf52/> -<platform/stm32wl> -<platform/rp2040>
upload_speed = 921600
debug_init_break = tbreak setup
monitor_filters = esp32_exception_decoder
platform_packages = platformio/tool-esptoolpy@^1.40201.0
# Remove -DMYNEWT_VAL_BLE_HS_LOG_LVL=LOG_LEVEL_CRITICAL for low level BLE logging.
# See library directory for BLE logging possible values: .pio/libdeps/tbeam/NimBLE-Arduino/src/log_common/log_common.h