Browse Source

Enable TX LED for LilyGo LoRa32 V2.1_1.6

Working on my device, green TX LED starts blinking every time I transmit
pull/1645/head
Snayler 4 months ago
committed by GitHub
parent
commit
810fd561d2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      variants/lilygo_tlora_v2_1/platformio.ini

4
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}

Loading…
Cancel
Save