comment update
This commit is contained in:
parent
0a5394a20e
commit
1c33b673c0
|
|
@ -183,6 +183,6 @@
|
||||||
#define EEPROM_FIRMWARE_PRUSA_MAGIC 0
|
#define EEPROM_FIRMWARE_PRUSA_MAGIC 0
|
||||||
|
|
||||||
#define EEPROM_OFFSET 20 //offset for storing settings using M500
|
#define EEPROM_OFFSET 20 //offset for storing settings using M500
|
||||||
#define EEPROM_M500_SIZE 188 //size of M500 eeprom section in bytes
|
#define EEPROM_M500_SIZE 188 //size of M500 eeprom section in bytes; if EEPROM_M500_SIZE increases it is necessary to update also EEPROM_VERSION
|
||||||
|
|
||||||
#endif // EEPROM_H
|
#endif // EEPROM_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue