diff --git a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_9a_upload.ino b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_9a_upload.ino index 07add3891..522e19cd3 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_9a_upload.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_23_zigbee_9a_upload.ino @@ -144,7 +144,7 @@ char XModemWaitACK(void) { char in_char; do { - uint8_t i = 0; + int i = 0; while (!ZigbeeSerial->available()) { delayMicroseconds(100); i++;