Browse Source

🩹 Assume 4K EEPROM for RUMBA32 BTT (#23205)

Jiri Jirus 3 years ago
parent
commit
1f5eaf29b9
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/stm32f4/pins_RUMBA32_BTT.h

+ 1
- 1
Marlin/src/pins/stm32f4/pins_RUMBA32_BTT.h View File

30
 
30
 
31
 #if NO_EEPROM_SELECTED
31
 #if NO_EEPROM_SELECTED
32
   #define I2C_EEPROM
32
   #define I2C_EEPROM
33
-  #define MARLIN_EEPROM_SIZE            0x2000  // 8KB (24LC64T-I/OT)
33
+  #define MARLIN_EEPROM_SIZE            0x1000  // 4KB (24LC32AT-I/OT)
34
 #endif
34
 #endif
35
 
35
 
36
 #if ENABLED(FLASH_EEPROM_EMULATION)
36
 #if ENABLED(FLASH_EEPROM_EMULATION)

Loading…
Cancel
Save