Add a struct defining EEPROM storage
This commit is contained in:
@@ -29,6 +29,8 @@ class MarlinSettings {
|
||||
public:
|
||||
MarlinSettings() { }
|
||||
|
||||
static uint16_t datasize();
|
||||
|
||||
static void reset();
|
||||
static bool save(); // Return 'true' if data was saved
|
||||
|
||||
|
||||
Reference in New Issue
Block a user