Permalink
Browse files

fixes

  • Loading branch information...
1 parent f67732c commit 75887374872c5aad6c06bbd798aaea3486ed6eee @rkoeppl rkoeppl committed Jun 26, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 modules/printengine.pl
View
@@ -322,7 +322,7 @@ sub send_commands{
my $port = Device::SerialPort->new($arduinotty);
# 19200, 81N on the USB ftdi driver
- $port->baudrate(arduinottybaudrate);
+ $port->baudrate($arduinottybaudrate);
$port->databits(8);
$port->parity("none");
$port->stopbits(1);

0 comments on commit 7588737

Please sign in to comment.