Browse Source

⚡️ Larger FYSETC S6 I2C EEPROM size (#22424)

George Fu 4 years ago
parent
commit
6eae68c402
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_FYSETC_S6.h

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

50
   // 128 kB sector allocated for EEPROM emulation.
50
   // 128 kB sector allocated for EEPROM emulation.
51
   #define FLASH_EEPROM_LEVELING
51
   #define FLASH_EEPROM_LEVELING
52
 #elif ENABLED(I2C_EEPROM)
52
 #elif ENABLED(I2C_EEPROM)
53
-  #define MARLIN_EEPROM_SIZE              0x0800  // 2KB
53
+  #define MARLIN_EEPROM_SIZE              0x1000  // 4KB
54
 #endif
54
 #endif
55
 
55
 
56
 //
56
 //

Loading…
Cancel
Save