Merge branch 'M17_AX25_FM' into I2C

This commit is contained in:
Jonathan Naylor 2021-05-08 23:49:51 +01:00
commit 73866ab591
1 changed files with 7 additions and 0 deletions

View File

@ -1017,6 +1017,13 @@ void CSerialPort::processMessage(uint8_t type, const uint8_t* buffer, uint16_t l
sendNAK(err); sendNAK(err);
} }
break; break;
#else
case MMDVM_FM_PARAMS1:
case MMDVM_FM_PARAMS2:
case MMDVM_FM_PARAMS3:
case MMDVM_FM_PARAMS4:
sendACK();
break;
#endif #endif
case MMDVM_CAL_DATA: case MMDVM_CAL_DATA: