radmir
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
variants/ebyte_eora_hub/platformio.ini
|
|
|
@ -4,6 +4,7 @@ board = esp32-s3-devkitc-1 |
|
|
|
|
|
|
|
build_flags = |
|
|
|
${esp32_base.build_flags} |
|
|
|
-DBOARD_HAS_PSRAM |
|
|
|
-I variants/ebyte_eora_hub |
|
|
|
-D RADIO_CLASS=CustomLR1121 |
|
|
|
-D WRAPPER_CLASS=CustomLR1121Wrapper |
|
|
|
@ -28,6 +29,8 @@ 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> |
|
|
|
|