diff --git a/src/TTGO_T-Beam_LoRa_APRS.ino b/src/TTGO_T-Beam_LoRa_APRS.ino index dd9ef47..96e031f 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 + ":!";