fix docker compile, dongle address

This commit is contained in:
Hay1tsme
2026-03-12 15:15:07 -04:00
parent 520ccb014d
commit 52c6464f0d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -80,8 +80,8 @@ void dongle_init(
dongle->jvs.next = next;
dongle->jvs.transact = dongle_transact;
dongle->jvs.sense = dongle_sense;
dongle->jvs.sense_out = true;
dongle->addr = 0xFF;
dongle->jvs.sense_out = false;
dongle->addr = 0x80;
dongle->state = IDLE;
dongle->ops_ctx = ops_ctx;
}
@@ -167,7 +167,7 @@ static HRESULT dongle_cmd(
default:
dprintf("DONGLE: Node %02x: Unhandled command byte @ %02X %02x\n",
dongle->addr,
req->pos,
(uint8_t)req->pos,
req->bytes[req->pos]);
dump_const_iobuf(req);
+1 -1
View File
@@ -167,7 +167,7 @@ static HRESULT k92x0249_cmd(
default:
dprintf("K92X0249: Node %02x: Unhandled command byte @ %02X %02x\n",
k92x0249->addr,
req->pos,
(uint8_t)req->pos,
req->bytes[req->pos]);
dump_const_iobuf(req);