Skip to content

Commit

Permalink
Use Flash EEPROM on BTT002 (#16558)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Jan 15, 2020
1 parent 53dfeed commit 7eed008
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@

#define BOARD_INFO_NAME "BIGTREE Btt002 1.0"

#define SRAM_EEPROM_EMULATION
// Use one of these or SDCard-based Emulation will be used
//#define SRAM_EEPROM_EMULATION // Use BackSRAM-based EEPROM emulation
#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation

// Ignore temp readings during development.
//#define BOGUS_TEMPERATURE_GRACE_PERIOD 2000
Expand Down

0 comments on commit 7eed008

Please sign in to comment.