docs: drop stale config.json.bak cleanup reminder

The backup has already been deleted from the Pi, so the note is done.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YaPLuRPpyjWcwhMvCvpHCL
This commit is contained in:
2026-07-03 21:37:44 +02:00
co-authored by Claude Sonnet 5
parent 9cd386a22e
commit b6b79adff8
-7
View File
@@ -23,10 +23,3 @@ Since raw `/dev/ttyUSB*`/`/dev/ttyACM*` numbering isn't stable across
replugs (and a real unplug is exactly the scenario the connect/disconnect
feature exists to handle gracefully), `config.json` should keep using the
by-id paths above rather than reverting to `/dev/ttyUSB0`/`/dev/ttyACM0`.
## Cleanup: `config.json.bak-20260703212821`
A timestamped backup (`config.json.bak-20260703212821`) was left next to
`config.json` on the Pi before the by-id edit above, in case it needed to
be reverted. It wasn't needed - safe to delete once this note has been
read: `rm /home/jens/brewpi/config.json.bak-20260703212821`.