mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-06 05:46:05 +08:00
Use raw serial by default
This commit is contained in:
parent
c8815d2611
commit
6659a04785
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user