Browse Source

fixes

pull/2730/head
radmir 4 days ago
committed by GitHub
parent
commit
fca5220d19
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      variants/ebyte_eora_hub/platformio.ini

5
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

Loading…
Cancel
Save