Browse Source
Merge pull request #1645 from Snayler/Snayler-patch-1
Enable TX LED for LilyGo LoRa32 V2.1_1.6
pull/1665/head
ripplebiz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
variants/lilygo_tlora_v2_1/platformio.ini
|
|
|
@ -18,7 +18,7 @@ build_flags = |
|
|
|
-D P_LORA_SCLK=5 ; SPI clock |
|
|
|
-D P_LORA_MISO=19 ; SPI MISO |
|
|
|
-D P_LORA_MOSI=27 ; SPI MOSI |
|
|
|
-D P_LORA_TX_LED=2 ; LED pin for TX indication |
|
|
|
-D P_LORA_TX_LED=25 ; LED pin for TX indication |
|
|
|
-D PIN_BOARD_SDA=21 |
|
|
|
-D PIN_BOARD_SCL=22 |
|
|
|
-D PIN_VBAT_READ=35 ; Battery voltage reading (analog pin) |
|
|
|
@ -191,4 +191,4 @@ build_flags = |
|
|
|
; -D CORE_DEBUG_LEVEL=3 |
|
|
|
lib_deps = |
|
|
|
${LilyGo_TLora_V2_1_1_6.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
${esp32_ota.lib_deps} |
|
|
|
|