fixed meshadventurer failing build

This commit is contained in:
recrof
2025-09-24 09:04:16 +02:00
parent ea13fa899e
commit f2cff53b0e
3 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ build_flags =
-D MESHADVENTURER
-D P_LORA_TX_LED=2
-D PIN_VBAT_READ=35
-D PIN_USER_BTN_ANA=39
-D PIN_USER_BTN=39
-D P_LORA_DIO_1=33
-D P_LORA_NSS=18
-D P_LORA_RESET=23
@@ -28,6 +28,7 @@ build_flags =
-D DISPLAY_CLASS=SSD1306Display
build_src_filter = ${esp32_base.build_src_filter}
+<../variants/meshadventurer>
+<helpers/ui/MomentaryButton.cpp>
lib_deps =
${esp32_base.lib_deps}
stevemarple/MicroNMEA @ ^2.0.6