mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-05 01:12:06 +02:00
11 lines
230 B
INI
11 lines
230 B
INI
[env:LoRaHAM_V2]
|
|
board = esp32dev
|
|
build_flags =
|
|
${common.build_flags}
|
|
-D RADIOLIB_EXCLUDE_LR11X0=1
|
|
-D RADIOLIB_EXCLUDE_SX126X=1
|
|
-D RADIOLIB_EXCLUDE_SX128X=1
|
|
-D LoRaHAM_V2
|
|
lib_deps =
|
|
${common.lib_deps}
|
|
${common.display_libs} |