kopia lustrzana https://github.com/jgromes/RadioLib
Remove unnecessary condition
This will never be NULL and thus causes an error in ESP-IDFpull/810/head
rodzic
86724197ec
commit
ebfe7972fc
|
@ -24,7 +24,7 @@ int16_t APRSClient::begin(char sym, char* callsign, uint8_t ssid, bool alt) {
|
||||||
table = '/';
|
table = '/';
|
||||||
}
|
}
|
||||||
|
|
||||||
if((!src) && (this->phyLayer != nullptr)) {
|
if(this->phyLayer != nullptr) {
|
||||||
return(RADIOLIB_ERR_INVALID_CALLSIGN);
|
return(RADIOLIB_ERR_INVALID_CALLSIGN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue