kopia lustrzana https://github.com/jgromes/RadioLib
[AX25] Added check for Bell modem
rodzic
0a6026e69e
commit
1bc7c5771c
|
@ -194,8 +194,13 @@ int16_t AX25Client::begin(const char* srcCallsign, uint8_t srcSSID, uint8_t preL
|
|||
preambleLen = preLen;
|
||||
|
||||
// configure for direct mode
|
||||
#if !defined(RADIOLIB_EXCLUDE_AFSK)
|
||||
if(bellModem != nullptr) {
|
||||
return(phyLayer->startDirect());
|
||||
}
|
||||
#endif
|
||||
return(RADIOLIB_ERR_NONE);
|
||||
}
|
||||
|
||||
#if defined(RADIOLIB_BUILD_ARDUINO)
|
||||
int16_t AX25Client::transmit(String& str, const char* destCallsign, uint8_t destSSID) {
|
||||
|
|
Ładowanie…
Reference in New Issue