Browse Source

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

dandantsui 5 years ago
parent
commit
d194688020
No account linked to committer's email address
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h

+ 10
- 0
Marlin/src/pins/stm32f1/pins_MKS_ROBIN_NANO.h View File

39
 #define DISABLE_DEBUG
39
 #define DISABLE_DEBUG
40
 
40
 
41
 //
41
 //
42
+// EEPROM
43
+//
44
+//#define FLASH_EEPROM_EMULATION
45
+#define SDCARD_EEPROM_EMULATION
46
+
47
+//
42
 // Limit Switches
48
 // Limit Switches
43
 //
49
 //
44
 #define X_STOP_PIN                          PA15
50
 #define X_STOP_PIN                          PA15
106
 //
112
 //
107
 // SD Card
113
 // SD Card
108
 //
114
 //
115
+#ifndef SDCARD_CONNECTION
116
+  #define SDCARD_CONNECTION              ONBOARD
117
+#endif
118
+
109
 #define SDIO_SUPPORT
119
 #define SDIO_SUPPORT
110
 #define SD_DETECT_PIN                       PD12
120
 #define SD_DETECT_PIN                       PD12
111
 
121
 

Loading…
Cancel
Save