Skip to content

Commit

Permalink
馃悰 Fix SKR Mini E3 V2 I2C-based EEPROM (MarlinFirmware#22919)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and thinkyhead committed Oct 13, 2021
1 parent 40cb7cf commit adf7072
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
// Onboard I2C EEPROM
#if NO_EEPROM_SELECTED
#define I2C_EEPROM
#define SOFT_I2C_EEPROM
#define MARLIN_EEPROM_SIZE 0x1000 // 4KB
#define I2C_SDA_PIN SDA
#define I2C_SCL_PIN SCL
#undef NO_EEPROM_SELECTED
#endif

Expand Down

0 comments on commit adf7072

Please sign in to comment.