mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-21 09:02:43 +02:00
11 lines
250 B
INI
11 lines
250 B
INI
[env:RPC_LORA_DIGIGATE_1W]
|
|
board = esp32dev
|
|
build_flags =
|
|
${common.build_flags}
|
|
-D RADIOLIB_EXCLUDE_LR11X0=1
|
|
-D RADIOLIB_EXCLUDE_SX127X=1
|
|
-D RADIOLIB_EXCLUDE_SX128X=1
|
|
-D RPC_LORA_DIGIGATE_1W
|
|
lib_deps =
|
|
${common.lib_deps}
|
|
${common.display_libs} |