From e8beeba651dbc6c49b5e3a4dcaf87c892a21ccd4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 27 Jul 2020 11:05:44 +0200 Subject: [PATCH] Remove obsolete debug info --- tasmota/xdrv_23_zigbee_9a_upload.ino | 1 - 1 file changed, 1 deletion(-) 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; }