mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-02-05 15:24:40 +01:00
13 lines
305 B
INI
13 lines
305 B
INI
[env:esp32c3_DIY_1W_LoRa]
|
|
board = esp32-c3-devkitm-1
|
|
board_build.mcu = esp32c3
|
|
build_flags =
|
|
${common.build_flags}
|
|
${common.usb_flags}
|
|
-D RADIOLIB_EXCLUDE_LR11X0=1
|
|
-D RADIOLIB_EXCLUDE_SX127X=1
|
|
-D RADIOLIB_EXCLUDE_SX128X=1
|
|
-D ESP32C3_DIY_1W_LoRa
|
|
lib_deps =
|
|
${common.lib_deps}
|
|
${common.display_libs} |