From ec0c21a57e4c2910c34a8cd9bb324cadff3c650d Mon Sep 17 00:00:00 2001 From: Christian OE3CJB Bauer Date: Sun, 2 Feb 2020 21:46:54 +0100 Subject: [PATCH] blink at RX --- src/TTGO_T-Beam_LoRa_APRS.ino | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index 81122be..e67abbf 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -512,7 +512,8 @@ void loop() { InputString += (char) lora_RXBUFF[i]; } Serial.println(InputString); - writedisplaytext(" ((RX))","",InputString,"","","",10000); + blinker(3); + writedisplaytext(" ((RX))","",InputString,"","","",10000); } }