mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 04:36:31 +00:00
Remove obsolete debug info
This commit is contained in:
parent
a6fe5f859b
commit
e8beeba651
@ -267,7 +267,6 @@ bool ZigbeeUploadXmodem(void) {
|
|||||||
// The target device’s bootloader sends output over its serial port after it receives a carriage return
|
// The target device’s bootloader sends output over its serial port after it receives a carriage return
|
||||||
// from the source device
|
// from the source device
|
||||||
if (millis() > XModem.delay) {
|
if (millis() > XModem.delay) {
|
||||||
ZigbeeSerial->write('a');
|
|
||||||
ZigbeeSerial->write(XM_CR);
|
ZigbeeSerial->write(XM_CR);
|
||||||
XModem.delay = millis() + 500;
|
XModem.delay = millis() + 500;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user