fix from CI check

This commit is contained in:
Justin Mitchell
2026-01-02 20:11:15 -05:00
parent 231393703c
commit 1e0728abc6
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class CrossPointSettings {
uint8_t paragraphAlignment = JUSTIFIED;
uint8_t sideMargin = MARGIN_SMALL;
// OPDS browser settings
char opdsServerUrl[128] = ""; // e.g., "https://home.jmitch.com/books"
char opdsServerUrl[128] = "";
~CrossPointSettings() = default;