Update Readme.md

This commit is contained in:
Oliver 2025-12-07 12:53:59 +00:00
parent 031dc12b57
commit a7ac9aef89

View File

@ -22,6 +22,6 @@ This is a Gadgetbridge MQTT bridge for TrueNAS Scale, which allows you to connec
2. Unzip, clear logs & other unneeded data.
3. Locate `Gadgetbridge` in `database/` and `files/` and delete old heart pulse samples to reduce the size of the Gadgetbridge database:
```bash
sqlite3 Gadgetbridge.db "DELETE FROM HEART_PULSE_SAMPLE; VACUUM;"
sqlite3 Gadgetbridge "DELETE FROM HEART_PULSE_SAMPLE; VACUUM;"
```
4. Rezip and import back into Gadgetbridge