mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-07 08:24:46 -04:00
Modify the protocol and simplify the speech generation.
This commit is contained in:
@@ -307,8 +307,8 @@ void CP25Gateway::run()
|
||||
lostTimer.start();
|
||||
}
|
||||
}
|
||||
} else if (buffer[0U] == 0x6AU || buffer[0U] == 0x73U) {
|
||||
if (buffer[15U] == 0x00U && speech != NULL)
|
||||
} else if (buffer[0U] == 0x80U) {
|
||||
if (speech != NULL)
|
||||
speech->eof();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user