Remove obsolete debug info

This commit is contained in:
Theo Arends 2020-07-27 11:05:44 +02:00
parent a6fe5f859b
commit e8beeba651
1 changed files with 0 additions and 1 deletions

View File

@ -267,7 +267,6 @@ bool ZigbeeUploadXmodem(void) {
// The target devices 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;
}