serial port set back (was previously changed for debugging purposes)

This commit is contained in:
PavelSindler 2018-03-15 14:42:03 +01:00
parent 08ec920d33
commit e5faba7226

View file

@ -976,7 +976,7 @@ void setup()
no_response = true; //we need confirmation by recieving PRUSA thx
important_status = 8;
prusa_statistics(8);
//selectedSerialPort = 1;
selectedSerialPort = 1;
}
MYSERIAL.begin(BAUDRATE);
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream