mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Merge pull request #1429 from Snayler/dev
Fix Serial and TX LED not working on Heltec Wireless Paper V1.2
This commit is contained in:
commit
a5f3766016
1 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ build_flags =
|
||||||
${esp32_base.build_flags}
|
${esp32_base.build_flags}
|
||||||
-I variants/heltec_wireless_paper
|
-I variants/heltec_wireless_paper
|
||||||
-D HELTEC_WIRELESS_PAPER
|
-D HELTEC_WIRELESS_PAPER
|
||||||
-D ARDUINO_USB_CDC_ON_BOOT=1 ; need for Serial
|
;-D ARDUINO_USB_CDC_ON_BOOT=1 ; this breaks Serial
|
||||||
-D P_LORA_DIO_1=14
|
-D P_LORA_DIO_1=14
|
||||||
-D P_LORA_NSS=8
|
-D P_LORA_NSS=8
|
||||||
-D P_LORA_RESET=RADIOLIB_NC
|
-D P_LORA_RESET=RADIOLIB_NC
|
||||||
|
|
@ -17,8 +17,8 @@ build_flags =
|
||||||
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
-D WRAPPER_CLASS=CustomSX1262Wrapper
|
||||||
-D LORA_TX_POWER=22
|
-D LORA_TX_POWER=22
|
||||||
-D P_LORA_TX_LED=18
|
-D P_LORA_TX_LED=18
|
||||||
-D PIN_BOARD_SDA=17
|
;-D PIN_BOARD_SDA=17
|
||||||
-D PIN_BOARD_SCL=18
|
;-D PIN_BOARD_SCL=18 ; same GPIO as P_LORA_TX_LED
|
||||||
-D PIN_USER_BTN=0
|
-D PIN_USER_BTN=0
|
||||||
-D PIN_VEXT_EN=45
|
-D PIN_VEXT_EN=45
|
||||||
-D PIN_VBAT_READ=20
|
-D PIN_VBAT_READ=20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue