almost working smart device connection to calibre

This commit is contained in:
Justin Mitchell
2026-01-03 01:42:26 -05:00
parent 9abf48b055
commit 23e87f0a62
5 changed files with 957 additions and 2 deletions

View File

@@ -68,6 +68,8 @@ class CrossPointSettings {
uint8_t sideMargin = MARGIN_SMALL;
// OPDS browser settings
char opdsServerUrl[128] = "";
// Calibre wireless device settings
uint8_t calibreWirelessEnabled = 0;
~CrossPointSettings() = default;