mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
thinknode_m5: tx_led
This commit is contained in:
parent
24edd3cf20
commit
dfec6d3483
6 changed files with 25 additions and 17 deletions
|
|
@ -6,11 +6,10 @@ build_flags = ${esp32_base.build_flags}
|
|||
-D THINKNODE_M5
|
||||
-D GPS_RX=19
|
||||
-D GPS_TX=20
|
||||
-D PIN_VEXT_EN=46
|
||||
-D PIN_BUZZER=9
|
||||
-D PIN_VEXT_EN_ACTIVE=HIGH
|
||||
-D PIN_BOARD_SCL=1
|
||||
-D PIN_BOARD_SDA=2
|
||||
-D P_LORA_EN=46
|
||||
-D P_LORA_DIO_1=4
|
||||
-D P_LORA_NSS=17
|
||||
-D P_LORA_RESET=6 ; RADIOLIB_NC
|
||||
|
|
@ -19,6 +18,7 @@ build_flags = ${esp32_base.build_flags}
|
|||
-D P_LORA_MISO=7
|
||||
-D P_LORA_MOSI=15
|
||||
-D PIN_USER_BTN=21
|
||||
-D EXP_PIN_LED=1
|
||||
# -D PIN_STATUS_LED=1 ; leds are on PCA !!!
|
||||
# -D LED_STATE_ON=HIGH
|
||||
# -D PIN_LED=3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue