mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-15 09:01:38 +02:00
basic implementation of HMS/HMT inverters
This commit is contained in:
parent
b6a41506b6
commit
c56c785a1f
13 changed files with 800 additions and 19 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue