updates 33.1 139

This commit is contained in:
2026-08-10 09:19:19 -03:00
parent 9a6337e493
commit 910927993e
49 changed files with 1876 additions and 341 deletions

View File

@@ -154,11 +154,11 @@ ward/tools/tester/
If running standalone:
```bash
cd /home/mariano/wdir/ama/pawprint/ward/tools/tester
cd soleprint/station/tools/tester
python -m uvicorn main:app --reload --port 12003
```
Or if integrated with ward:
Or if integrated with station:
```bash
# Ward service should pick it up automatically
```