mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:27:09 +08:00
Fix KISS
This commit is contained in:
@@ -142,7 +142,7 @@ unsigned int CAX25Network::read(unsigned char* data, unsigned int length)
|
||||
data[dataLen++] = AX25_FEND;
|
||||
} else if (c == AX25_TFESC && m_rxLastChar == AX25_FESC) {
|
||||
data[dataLen++] = AX25_FESC;
|
||||
} else if (c != AX25_FESC) {
|
||||
} else {
|
||||
data[dataLen++] = c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user