Ensure new settings are at the end of the settings file

This commit is contained in:
Dave Allie
2026-01-07 20:02:33 +11:00
parent 0edb2baced
commit 9c573e6f7f
2 changed files with 7 additions and 8 deletions

View File

@@ -77,11 +77,10 @@ class CrossPointSettings {
uint8_t sleepTimeout = SLEEP_10_MIN;
// E-ink refresh frequency (default 15 pages)
uint8_t refreshFrequency = REFRESH_15;
// OPDS browser settings
char opdsServerUrl[128] = "";
// Reader screen margin settings
uint8_t screenMargin = 5;
// OPDS browser settings
char opdsServerUrl[128] = "";
~CrossPointSettings() = default;