0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 17:52:57 +00:00

🩹 Longer3D LK has ONBOARD_SDIO (#27129)

This commit is contained in:
ellensp 2024-05-27 05:09:18 +12:00 committed by GitHub
parent 2064c83c66
commit 6710616a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,7 +158,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