Browse Source

Define EEPROM, SD type for MKS Robin nano (#17498)

vanilla_fb_2.0.x
dandantsui 4 years ago
committed by GitHub
parent
commit
d194688020
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

10
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

@ -38,6 +38,12 @@
//
#define DISABLE_DEBUG
//
// EEPROM
//
//#define FLASH_EEPROM_EMULATION
#define SDCARD_EEPROM_EMULATION
//
// Limit Switches
//
@ -106,6 +112,10 @@
//
// SD Card
//
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif
#define SDIO_SUPPORT
#define SD_DETECT_PIN PD12

Loading…
Cancel
Save