LPC1768 EEPROM fallback to flash, add overrides (#17184)

This commit is contained in:
Scott Lahteine
2020-03-16 15:59:05 -05:00
committed by GitHub
parent 2fc0df1b39
commit b14c933171
31 changed files with 168 additions and 17 deletions

View File

@@ -32,6 +32,12 @@
#define BOARD_INFO_NAME "Azteeg X5 GT"
#define BOARD_WEBSITE_URL "tinyurl.com/yx8tdqa3"
//
// EEPROM
//
#define FLASH_EEPROM_EMULATION
//#define SDCARD_EEPROM_EMULATION
//
// Servos
//
@@ -47,7 +53,6 @@
#define Z_MIN_PIN P1_26
#define Z_MAX_PIN P1_29
//
// Steppers
//