mirror of
https://github.com/synthead/timex-datalink-arduino.git
synced 2026-07-27 19:55:50 +00:00
Disable command mode on data transmit.
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NotebookAdapter {
|
||||
|
||||
break;
|
||||
case COMMAND_TRANSMIT:
|
||||
command_mode = true;
|
||||
command_mode = false;
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user