diff --git a/CLAUDE.md b/CLAUDE.md index d166a6d..2f682a2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,4 +59,15 @@ python3 camera_server.py ## Repo git.syoul.fr/nicoboy/wireclaw-pizero -Après clone : `bash install.sh` \ No newline at end of file +Après clone : `bash install.sh` + ## Mise à jour du code sur le Pi Zero + +Le Pi Zero n'est joignable que depuis le Jetson (hotspot WireClaw, +10.42.0.0/24). Après un commit/push sur ce repo (fait depuis le PC +ou l'interface web Gitea), synchroniser le Pi Zero avec : + + ssh jetson-pi "cd ~/wireclaw-pizero && git pull" + +Puis redémarrer le service concerné, par exemple : + + ssh jetson-pi "sudo systemctl restart wireclaw-cam.service" \ No newline at end of file