From 09b6490df49237c7b487afc5d393f2a4cef06990 Mon Sep 17 00:00:00 2001 From: Rysiek Labus Date: Tue, 14 Sep 2021 22:22:10 +0200 Subject: [PATCH] I corrected a minor mistake --- 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 c8c4acb..52afbe9 100644 --- a/src/TTGO_T-Beam_LoRa_APRS.ino +++ b/src/TTGO_T-Beam_LoRa_APRS.ino @@ -251,7 +251,7 @@ void prepareAPRSFrame(){ outString = ""; outString += Tcall; - if (relay_path.isEmpy()){ + if (relay_path.isEmpty()){ outString += ">APLO01:!"; }else{ outString += ">APLO01," + relay_path + ":!";