mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-12 00:16:42 +02:00
Merge branch 'main' into main
This commit is contained in:
commit
e0800bd87e
7 changed files with 54 additions and 31 deletions
|
@ -38,8 +38,8 @@ class HmSystem {
|
|||
p->id = mNumInv;
|
||||
p->serial.u64 = serial;
|
||||
memcpy(p->chMaxPwr, chMaxPwr, (4*2));
|
||||
DPRINT("SERIAL: " + String(p->serial.b[5], HEX));
|
||||
DPRINTLN(" " + String(p->serial.b[4], HEX));
|
||||
//DPRINT("SERIAL: " + String(p->serial.b[5], HEX));
|
||||
//DPRINTLN(" " + String(p->serial.b[4], HEX));
|
||||
if(p->serial.b[5] == 0x11) {
|
||||
switch(p->serial.b[4]) {
|
||||
case 0x21: p->type = INV_TYPE_1CH; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue