forked from Apple-2-HW/Apple2-IO-RPi
Fix bogus error when setting lowercase
This commit is contained in:
parent
1b184a9b5a
commit
88fef5db11
@ -50,6 +50,8 @@ func ExecCommand() {
|
||||
}
|
||||
if linuxCommand == "A2LOWER" {
|
||||
forceLowercase = true
|
||||
a2io.WriteString("All commands will be converted to lowercase\r")
|
||||
return
|
||||
}
|
||||
if linuxCommand == "a2wifi" {
|
||||
a2io.WriteString("\r" +
|
||||
|
Loading…
Reference in New Issue
Block a user