Merge branch 'ripplebiz:main' into faketec-support

This commit is contained in:
oltaco
2025-03-12 18:31:37 +11:00
committed by GitHub
4 changed files with 109 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ extends = arduino_base
platform = espressif32
monitor_filters = esp32_exception_decoder
extra_scripts = merge-bin.py
build_flags = ${arduino_base.build_flags}
; -D ESP32_CPU_FREQ=80 ; change it to your need
build_src_filter = ${arduino_base.build_src_filter}
; ================
@@ -778,6 +780,7 @@ build_flags = ${nrf52840_t1000e.build_flags}
-D PIN_USER_BTN=6
-D RADIO_CLASS=CustomLR1110
-D WRAPPER_CLASS=CustomLR1110Wrapper
-D MAX_LORA_TX_POWER=22
build_src_filter = ${nrf52840_t1000e.build_src_filter}
+<helpers/*.cpp>
+<helpers/nrf52/T1000eBoard.cpp>