From b6b79adff88b679a35a1f8c3e1b2538b9cacdeaa Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Fri, 3 Jul 2026 21:37:44 +0200 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01YaPLuRPpyjWcwhMvCvpHCL --- docs/pi_deployment_notes.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/pi_deployment_notes.md b/docs/pi_deployment_notes.md index 18de108..ed1f867 100644 --- a/docs/pi_deployment_notes.md +++ b/docs/pi_deployment_notes.md @@ -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`.