radmir
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
5 deletions
-
variants/ebyte_eora_hub/platformio.ini
|
|
|
@ -1,11 +1,12 @@ |
|
|
|
[Ebyte_EoRa_hub] |
|
|
|
extends = esp32_base |
|
|
|
board = esp32-s3-devkitc-1 |
|
|
|
board_build.partitions = min_spiffs.csv |
|
|
|
|
|
|
|
build_flags = |
|
|
|
${esp32_base.build_flags} |
|
|
|
-DBOARD_HAS_PSRAM |
|
|
|
-I variants/ebyte_eora_hub |
|
|
|
-D BOARD_HAS_PSRAM=1 |
|
|
|
-D RADIO_CLASS=CustomLR1121 |
|
|
|
-D WRAPPER_CLASS=CustomLR1121Wrapper |
|
|
|
-D P_LORA_NSS=8 |
|
|
|
@ -15,7 +16,7 @@ build_flags = |
|
|
|
-D P_LORA_RESET=12 |
|
|
|
-D P_LORA_DIO_9=13 |
|
|
|
-D P_LORA_BUSY=13 |
|
|
|
-D LR1121_IRQ_PIN=14 |
|
|
|
-D P_LORA_DIO_1=14 |
|
|
|
-D LR11X0_DIO3_TCXO_VOLTAGE=1.8 |
|
|
|
-D RF_SWITCH_TABLE |
|
|
|
-D LORA_TX_POWER=22 |
|
|
|
@ -29,8 +30,6 @@ build_flags = |
|
|
|
-D PIN_USER_BTN=0 |
|
|
|
-D LED_POWER=35 |
|
|
|
|
|
|
|
board_build.partitions = min_spiffs.csv |
|
|
|
|
|
|
|
build_src_filter = |
|
|
|
${esp32_base.build_src_filter} |
|
|
|
+<../variants/ebyte_eora_hub> |
|
|
|
@ -202,4 +201,4 @@ build_src_filter = |
|
|
|
+<../examples/simple_sensor> |
|
|
|
lib_deps = |
|
|
|
${Ebyte_EoRa_hub.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |