mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Start the AX.25 transmit path development.
This commit is contained in:
@@ -181,7 +181,7 @@ void CAX25Network::enable(bool enabled)
|
||||
{
|
||||
m_enabled = enabled;
|
||||
|
||||
if (enabled && !m_enabled) {
|
||||
if (enabled != m_enabled) {
|
||||
m_rxLastChar = 0U;
|
||||
m_rxLength = 0U;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user