A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Clarify X3 RTC in SCOPE.md (#1687)

## Summary

Clarify that X3 device has a reliable RTC chip, so clock feature can be
in-scope depending on device.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_

authored by

Zach Nelson and committed by
GitHub
a888978f 23f60a34

+6 -2
+6 -2
SCOPE.md
··· 27 27 * **Language Support:** E.g. Support for multiple languages both in the reader and in the interfaces. 28 28 * **Reference Tools:** E.g. Local dictionary lookup. Providing quick, offline definitions to enhance comprehension 29 29 without breaking focus. 30 + * **Clock Display (device dependent):** 31 + 32 + | Device | Scope | 33 + | -- | -- | 34 + | X3 | The X3 uses a dedicated DS3231 RTC, which maintains accurate time across sleep cycles and can be treated as a reliable wall clock. | 35 + | X4 | The X4 relies on the ESP32-C3's internal RTC, which drifts significantly during deep sleep. NTP sync could correct this, with an appropriate user experience around connecting to the internet on wake or on demand. This causes some tension with the **Active Connectivity** section below, so please open a discussion about this UX if it's a feature you would find useful. | 30 36 31 37 ### Out-of-Scope 32 38 ··· 42 48 ### In-scope — Technically Unsupported 43 49 44 50 *These features align with CrossPoint's goals but are impractical on the current hardware or produce poor UX.* 45 - 46 - * **Clock Display:** The ESP32-C3's RTC drifts significantly during deep sleep; making the clock untrustworthy after any sleep cycle. NTP sync could help, but CrossPoint doesn't connect to the internet on every boot. 47 51 48 52 * **PDF Rendering:** PDFs are fixed-layout documents, so rendering them requires displaying pages as images rather than reflowable text — resulting in constant panning and zooming that makes for a poor reading experience on e-ink. 49 53