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
2 deletions
-
variants/ebyte_eora_hub/platformio.ini
|
|
|
@ -14,13 +14,14 @@ build_flags = |
|
|
|
-D P_LORA_MOSI=10 |
|
|
|
-D P_LORA_MISO=11 |
|
|
|
-D P_LORA_RESET=12 |
|
|
|
-D P_LORA_DIO_9=13 |
|
|
|
-D P_LORA_BUSY=13 |
|
|
|
-D P_LORA_DIO_1=14 |
|
|
|
-D P_LORA_DIO_9=14 |
|
|
|
-D P_LORA_DIO_1=-1 |
|
|
|
-D LR11X0_DIO3_TCXO_VOLTAGE=1.8 |
|
|
|
-D RF_SWITCH_TABLE |
|
|
|
-D LORA_TX_POWER=22 |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
-D PIN_OLED_RESET=21 |
|
|
|
-D PIN_BOARD_SDA=18 |
|
|
|
-D PIN_BOARD_SCL=17 |
|
|
|
-D PIN_VBAT_READ=1 |
|
|
|
|