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 aa40e58bff
commit e3cd7dfc2a
2 changed files with 7 additions and 8 deletions
+2 -3
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;