We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad173 commit 886b23dCopy full SHA for 886b23d
1 file changed
variants/nicerf_lr2021/platformio.ini
@@ -24,6 +24,8 @@ build_flags =
24
-D RADIOLIB_EXCLUDE_SX126X=1
25
; LR2021 IRQ DIO pin (configurable — LR2021 supports any DIO pin for IRQ)
26
-D LR2021_IRQ_DIO=9
27
+ ; Use ESP-IDF SPI HAL (Arduino SPIClass returns zeros on some ESP32-C3 boards)
28
+ -D USE_ESPIDF_HAL
29
build_src_filter = ${esp32_base.build_src_filter}
30
+<../variants/nicerf_lr2021>
31
+<helpers/sensors>
0 commit comments