Compare commits

...

1 Commits

Author SHA1 Message Date
ellensp
a942c93336 🩹 Longer3D LK has ONBOARD_SDIO (#27129) 2024-06-21 16:04:24 -05:00

View File

@@ -160,7 +160,8 @@
#define LCD_BRIGHTNESS_DEFAULT TFT_BACKLIGHT_PWM
#endif
#if ENABLED(ONBOARD_SDIO)
#if SD_CONNECTION_IS(ONBOARD)
#define ONBOARD_SDIO
#define SD_SS_PIN -1 // else SDSS set to PA4 in M43 (spi_pins.h)
#endif