From 4b2ae7ec7c151863e037b416d992352e6150a45a Mon Sep 17 00:00:00 2001 From: Jonas Diemer Date: Tue, 10 Feb 2026 13:23:14 +0100 Subject: [PATCH] docs: Update USER_GUIDE.md (#817) Added explanation how to recover from broken config/cache. ### 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 --- USER_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index f3139521..ed12494d 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -243,3 +243,5 @@ pio device monitor ``` If the device is stuck in a bootloop, press and release the Reset button. Then, press and hold on to the configured Back button and the Power Button to boot to the Home Screen. + +There can be issues with broken cache or config. In this case, delete the `.crosspoint` directory on your SD card (or consider deleting only `settings.bin`, `state.bin`, or `epub_*` cache directories in the `.crosspoint/` folder).