g4klx / DStarRepeater

The D-Star Repeater.
GNU General Public License v2.0
17 stars 14 forks source link

Fix MMDVM support. #13

Closed f1rmb closed 2 years ago

f1rmb commented 2 years ago

Fix buffer length checking on MMDVMController::getResponse(): many frame length are 114 bytes long, limit is hardcoded to 100, hence use BUFFER_LENGTH instead (200).