Commit 93ebd8c9 authored by Simone Primarosa's avatar Simone Primarosa

Added ability to write configuration on SD

parent 7f496e0f
...@@ -410,6 +410,7 @@ unsigned long printer_usage_seconds; ...@@ -410,6 +410,7 @@ unsigned long printer_usage_seconds;
static bool fromsd[BUFSIZE]; static bool fromsd[BUFSIZE];
#ifdef SD_SETTINGS #ifdef SD_SETTINGS
unsigned long config_last_update = 0; unsigned long config_last_update = 0;
bool config_readed = false;
#endif #endif
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment