Temporarily deactivating M17 demodulator until fully debugged as it makes the radio crash

This commit is contained in:
Silvano Seva 2022-01-01 09:53:42 +01:00
parent 7a9bbfcaf2
commit 8f63d349a2
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void OpMode_M17::update(rtxStatus_t *const status, const bool newCfg)
if(status->opStatus == RX) if(status->opStatus == RX)
{ {
// TODO: Implement M17 Rx // TODO: Implement M17 Rx
demodulator.update(); // demodulator.update();
sleepFor(0u, 30u); sleepFor(0u, 30u);
} }
else if((status->opStatus == OFF) && enterRx) else if((status->opStatus == OFF) && enterRx)