mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-16 06:30:46 +00:00
LaunchAPPLServer: fix printer port
This commit is contained in:
parent
37cb3b81e8
commit
e602945033
@ -584,7 +584,7 @@ void ConnectionChanged()
|
||||
connection = std::make_unique<SerialConnectionProvider>(0, gPrefs.baud, statusDisplay.get());
|
||||
break;
|
||||
case Port::printerPort:
|
||||
connection = std::make_unique<SerialConnectionProvider>(0, gPrefs.baud, statusDisplay.get());
|
||||
connection = std::make_unique<SerialConnectionProvider>(1, gPrefs.baud, statusDisplay.get());
|
||||
break;
|
||||
#endif
|
||||
#ifdef HAVE_OPENTRANSPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user