Fix Zigbee XModem wait loop

This commit is contained in:
Theo Arends 2025-03-29 16:37:48 +01:00
parent 3c70b728ac
commit 2f7793ddcf

View File

@ -144,7 +144,7 @@ char XModemWaitACK(void)
{
char in_char;
do {
uint8_t i = 0;
int i = 0;
while (!ZigbeeSerial->available()) {
delayMicroseconds(100);
i++;