Merge branch 'dev' into dev

This commit is contained in:
cod3doomy 2025-04-14 20:43:33 -07:00 committed by GitHub
commit 310ab9710c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 864 additions and 95 deletions

View file

@ -23,12 +23,14 @@ lib_deps =
adafruit/RTClib @ ^2.1.3
melopero/Melopero RV3028 @ ^1.1.0
build_flags = -w -DNDEBUG -DRADIOLIB_STATIC_ONLY=1 -DRADIOLIB_GODMODE=1
-D LORA_FREQ=869.525
-D LORA_BW=250
-D LORA_SF=11
build_src_filter =
+<*.cpp>
+<helpers/*.cpp>
-D LORA_FREQ=869.525
-D LORA_BW=250
-D LORA_SF=11
build_src_filter =
+<*.cpp>
+<helpers/*.cpp>
; ----------------- ESP32 ---------------------
[esp32_base]
extends = arduino_base