Skip to content

Commit

Permalink
0.8.66
Browse files Browse the repository at this point in the history
fix compile
  • Loading branch information
lumapu committed Jan 28, 2024
1 parent dc696d7 commit 7655abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hm/Communication.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,10 @@ class Communication : public CommQueue<> {
}
if(!q->iv->mGotFragment) {
if(INV_RADIO_TYPE_CMT == q->iv->ivRadioType) {
#if defined(ESP32)
q->iv->radio->switchFrequency(q->iv, q->iv->radio->getBootFreqMhz() * 1000, (q->iv->config->frequency*FREQ_STEP_KHZ + q->iv->radio->getBaseFreqMhz() * 1000));
mWaitTime.startTimeMonitor(1000);
#endif
} else {
if(IV_MI == q->iv->ivGen)
q->iv->mIvTxCnt++;
Expand Down

0 comments on commit 7655abc

Please sign in to comment.