Correct the MR setting.

This commit is contained in:
Jonathan Naylor 2016-06-07 07:30:42 +01:00
parent 277becca53
commit 1ef55c46e2

View file

@ -459,7 +459,7 @@ void CYSFControl::writeNetwork()
}
fich.setVoIP(true);
fich.setMR(YSF_MR_NOT_BUSY);
fich.setMR(YSF_MR_BUSY);
fich.encode(data + 35U);
}