🔧 Remove LCD_SERIAL_PORT defaults, warn on auto-assign (#24170)
This commit is contained in:
@@ -71,6 +71,10 @@
|
||||
|
||||
#ifndef NO_AUTO_ASSIGN_WARNING
|
||||
|
||||
#if AUTO_ASSIGNED_LCD_SERIAL
|
||||
#warning "Note: Auto-assigned LCD_SERIAL_PORT. (Define NO_AUTO_ASSIGN_WARNING to suppress this warning.)"
|
||||
#endif
|
||||
|
||||
#if AUTO_ASSIGNED_X2_STEPPER
|
||||
#warning "Note: Auto-assigned X2 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs. (Define NO_AUTO_ASSIGN_WARNING to suppress this warning.)"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user