Update APRS.cpp

pull/629/head
Ihor Nehrutsa 2022-12-01 17:47:34 +02:00
rodzic 7295e9731e
commit ee32b3d82a
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
#include "APRS.h"
#if !defined(RADIOLIB_EXCLUDE_APRS)
APRSClient::APRSClient(AX25Client* ax) {
_ax = ax;
@ -225,3 +226,5 @@ int16_t APRSClient::sendFrame(char* destCallsign, uint8_t destSSID, char* info)
return(_ax->sendFrame(&frameUI));
}
#endif