mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-06-03 19:11:26 +00:00
Merge pull request #2650 from LeoCatsune/fix/wioe5mini
fix: update wio-e5-mini pio config to address SubGhz dependency issue
This commit is contained in:
@@ -12,10 +12,14 @@ build_flags = ${stm32_base.build_flags}
|
||||
-D P_LORA_TX_LED=LED_RED
|
||||
-D PIN_USER_BTN=USER_BTN
|
||||
-I variants/wio-e5-mini
|
||||
; HACK: why this is needed, I don't know. But if I remove it, everything breaks.
|
||||
; until such a time as this un-breaks itself, I'd suggest leaving it in.
|
||||
-I $PROJECT_PACKAGES_DIR/framework-arduinoststm32/libraries/SubGhz/src
|
||||
build_src_filter = ${stm32_base.build_src_filter}
|
||||
+<../variants/wio-e5-mini>
|
||||
lib_deps = ${stm32_base.lib_deps}
|
||||
finitespace/BME280 @ ^3.0.0
|
||||
SubGhz
|
||||
|
||||
[env:wio-e5-mini_repeater]
|
||||
extends = lora_e5_mini
|
||||
|
||||
Reference in New Issue
Block a user