🐛 Fix Creality DWIN LCD with SKR Mini E3 V3 (#23593)
This commit is contained in:
parent
2f48c30445
commit
9f06079549
@ -509,7 +509,7 @@
|
|||||||
#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
|
#if HAS_DWIN_E3V2 || IS_DWIN_MARLINUI
|
||||||
#define SERIAL_CATCHALL 0
|
#define SERIAL_CATCHALL 0
|
||||||
#ifndef LCD_SERIAL_PORT
|
#ifndef LCD_SERIAL_PORT
|
||||||
#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_MINI_E3_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_E3_TURBO)
|
#if MB(BTT_SKR_MINI_E3_V1_0, BTT_SKR_MINI_E3_V1_2, BTT_SKR_MINI_E3_V2_0, BTT_SKR_MINI_E3_V3_0, BTT_SKR_E3_TURBO)
|
||||||
#define LCD_SERIAL_PORT 1
|
#define LCD_SERIAL_PORT 1
|
||||||
#else
|
#else
|
||||||
#define LCD_SERIAL_PORT 3 // Creality 4.x board
|
#define LCD_SERIAL_PORT 3 // Creality 4.x board
|
||||||
|
Loading…
Reference in New Issue
Block a user