Browse Source
fix: update wio-e5-mini pio config to address SubGhz dependency issue
pull/2650/head
Leo
6 days ago
No known key found for this signature in database
GPG Key ID: 7AC6D0E3BE593FDF
1 changed files with
4 additions and
0 deletions
-
variants/wio-e5-mini/platformio.ini
|
|
|
@ -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 |
|
|
|
|