Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtreetech authored Aug 20, 2019
1 parent b91e138 commit 10c15e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions SKR MINI E3&E3 DIP eeprom.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Stm32f103xx external SD card storage area simulates EEPROM to store data

Open them in Configuration.h:

# define EEPROM_SETTINGS

# define EEPROM_CHITCHAT

# define EEPROM_AUTO_INIT

Then create an empty file "eeprom.dat" in onboard sd card

The 4K default size is used to simulate eeprom data storage,
as long as the SD card capacity is large enough to set as much as you want,
the capacity can be edited in Marlin 2.0

0 comments on commit 10c15e9

Please sign in to comment.