Explorar el Código

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

PavelSindler hace 7 años
padre
commit
e5faba7226
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Firmware/Marlin_main.cpp

+ 1 - 1
Firmware/Marlin_main.cpp

@@ -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