basic implementation of HMS/HMT inverters

This commit is contained in:
lumapu 2023-02-20 22:10:05 +01:00
parent b6a41506b6
commit c56c785a1f
13 changed files with 800 additions and 19 deletions

View file

@ -115,7 +115,7 @@ void app::loopStandard(void) {
DBGPRINT(F("B Ch"));
DBGPRINT(String(p->ch));
DBGPRINT(F(" | "));
mSys.Radio.dumpBuf(p->packet, p->len);
ah::dumpBuf(p->packet, p->len);
}
mStat.frmCnt++;