diff --git a/tasmota/xdrv_23_zigbee_9a_upload.ino b/tasmota/xdrv_23_zigbee_9a_upload.ino index e5296152e..560445279 100644 --- a/tasmota/xdrv_23_zigbee_9a_upload.ino +++ b/tasmota/xdrv_23_zigbee_9a_upload.ino @@ -267,7 +267,6 @@ bool ZigbeeUploadXmodem(void) { // The target device’s bootloader sends output over its serial port after it receives a carriage return // from the source device if (millis() > XModem.delay) { - ZigbeeSerial->write('a'); ZigbeeSerial->write(XM_CR); XModem.delay = millis() + 500; }