From 61ec0889bc290ea0f3c06c140268d5f45844ed07 Mon Sep 17 00:00:00 2001 From: Christian OE3CJB Bauer Date: Sun, 2 Feb 2020 21:41:59 +0100 Subject: [PATCH] show RX for 10secs --- src/TTGO_T-Beam_LoRa_APRS.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index d6145ea..81122be 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -512,7 +512,7 @@ void loop() { InputString += (char) lora_RXBUFF[i]; } Serial.println(InputString); - writedisplaytext(" ((RX))","",InputString,"","","",2000); + writedisplaytext(" ((RX))","",InputString,"","","",10000); } }