mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Make serial speed a compile option
This commit is contained in:
parent
04d0b15545
commit
31f0e24588
3 changed files with 8 additions and 1 deletions
|
|
@ -602,7 +602,7 @@ void CSerialPort::setMode(MMDVM_STATE modemState)
|
|||
|
||||
void CSerialPort::start()
|
||||
{
|
||||
beginInt(1U, 115200);
|
||||
beginInt(1U, SERIAL_SPEED);
|
||||
|
||||
#if defined(SERIAL_REPEATER)
|
||||
beginInt(3U, 9600);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue