Update APRS.cpp
This commit is contained in:
parent
7295e9731e
commit
ee32b3d82a
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "APRS.h"
|
#include "APRS.h"
|
||||||
|
#if !defined(RADIOLIB_EXCLUDE_APRS)
|
||||||
|
|
||||||
APRSClient::APRSClient(AX25Client* ax) {
|
APRSClient::APRSClient(AX25Client* ax) {
|
||||||
_ax = ax;
|
_ax = ax;
|
||||||
|
@ -225,3 +226,5 @@ int16_t APRSClient::sendFrame(char* destCallsign, uint8_t destSSID, char* info)
|
||||||
|
|
||||||
return(_ax->sendFrame(&frameUI));
|
return(_ax->sendFrame(&frameUI));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue