Browse Source

Use Flash EEPROM on BTT002 (#16558)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
7eed008e8e
  1. 4
      Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h

4
Marlin/src/pins/stm32/pins_BTT_BTT002_V1_0.h

@ -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

Loading…
Cancel
Save