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,6 +39,12 @@
39 39
 #define DISABLE_DEBUG
40 40
 
41 41
 //
42
+// EEPROM
43
+//
44
+//#define FLASH_EEPROM_EMULATION
45
+#define SDCARD_EEPROM_EMULATION
46
+
47
+//
42 48
 // Limit Switches
43 49
 //
44 50
 #define X_STOP_PIN                          PA15
@@ -106,6 +112,10 @@
106 112
 //
107 113
 // SD Card
108 114
 //
115
+#ifndef SDCARD_CONNECTION
116
+  #define SDCARD_CONNECTION              ONBOARD
117
+#endif
118
+
109 119
 #define SDIO_SUPPORT
110 120
 #define SD_DETECT_PIN                       PD12
111 121
 

Loading…
Cancel
Save