Use raw serial by default

This commit is contained in:
Luc 2022-07-02 10:05:59 +08:00
parent c8815d2611
commit 6659a04785

View File

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