From 6659a04785ade42b98ba401c72bbc65ce170462e Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Sat, 2 Jul 2022 10:05:59 +0800 Subject: [PATCH] Use raw serial by default --- esp3d/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index 73c4ef8d..9dc604a9 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -48,7 +48,7 @@ * RAW_SERIAL // Basic serial protocol, without data change * MKS_SERIAL // This is a MakerBase communication protocol, used with MKS printers and TFT, it encapsulated data in a custom protocol */ -#define COMMUNICATION_PROTOCOL MKS_SERIAL +#define COMMUNICATION_PROTOCOL RAW_SERIAL /* Serial port * which serial ESP use to communicate to printer (ESP32 has 3 serials available, ESP8266 only 2)