Temporarily deactivating M17 demodulator until fully debugged as it makes the radio crash
This commit is contained in:
parent
7a9bbfcaf2
commit
8f63d349a2
|
|
@ -150,7 +150,7 @@ void OpMode_M17::update(rtxStatus_t *const status, const bool newCfg)
|
|||
if(status->opStatus == RX)
|
||||
{
|
||||
// TODO: Implement M17 Rx
|
||||
demodulator.update();
|
||||
// demodulator.update();
|
||||
sleepFor(0u, 30u);
|
||||
}
|
||||
else if((status->opStatus == OFF) && enterRx)
|
||||
|
|
|
|||
Loading…
Reference in New Issue