Skip to content

Commit ba9e635

Browse files
committed
Fix the backspace in command mode
1 parent 142e2a4 commit ba9e635

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firmware/LoRaSerial/Serial.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ void processSerialInput()
417417
commandLength--;
418418

419419
//Erase the previous character
420-
systemWrite(incoming);
421420
systemWrite(' ');
422421
systemWrite(incoming);
423422
}

0 commit comments

Comments
 (0)