Skip to content

Commit

Permalink
8K EEPROM on Lerdge S ?
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Apr 30, 2022
1 parent c46cf24 commit 5485d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/stm32f4/pins_LERDGE_S.h
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
#define SOFT_I2C_EEPROM // Force the use of Software I2C
#define I2C_SDA_PIN PG13
#define I2C_SCL_PIN PG14 // To be confirmed on the Lerdge S, but probably same as the K
#define MARLIN_EEPROM_SIZE 0x10000
#define MARLIN_EEPROM_SIZE 0x2000U // 8K
#else
#define MARLIN_EEPROM_SIZE 0x800U // On SD, Limit to 2K, require this amount of RAM
#endif
Expand Down

0 comments on commit 5485d99

Please sign in to comment.