serial port set back (was previously changed for debugging purposes)
This commit is contained in:
parent
08ec920d33
commit
e5faba7226
1 changed files with 1 additions and 1 deletions
|
@ -976,7 +976,7 @@ void setup()
|
||||||
no_response = true; //we need confirmation by recieving PRUSA thx
|
no_response = true; //we need confirmation by recieving PRUSA thx
|
||||||
important_status = 8;
|
important_status = 8;
|
||||||
prusa_statistics(8);
|
prusa_statistics(8);
|
||||||
//selectedSerialPort = 1;
|
selectedSerialPort = 1;
|
||||||
}
|
}
|
||||||
MYSERIAL.begin(BAUDRATE);
|
MYSERIAL.begin(BAUDRATE);
|
||||||
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
|
fdev_setup_stream(uartout, uart_putchar, NULL, _FDEV_SETUP_WRITE); //setup uart out stream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue