Skip to content

Commit 819d50a

Browse files
authored
Merge pull request #507 from LeeLeahy2/fix-backspace
Fix the backspace in command mode
2 parents 784b8bd + ba9e635 commit 819d50a

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
@@ -425,7 +425,6 @@ void processSerialInput()
425425
commandLength--;
426426

427427
//Erase the previous character
428-
systemWrite(incoming);
429428
systemWrite(' ');
430429
systemWrite(incoming);
431430
}

0 commit comments

Comments
 (0)