Update birdnet.conf-defaults

This commit is contained in:
Patrick McGuire
2022-02-02 14:25:01 -05:00
committed by GitHub
parent 6c668d6982
commit 9691977d7d
+3 -3
View File
@@ -176,10 +176,10 @@ SENSITIVITY=1.25
CHANNELS=2
## FULL_DISK can be set to configure how the system reacts to a full disk
## 0 = Remove the oldest day's worth of recordings
## 1 = Keep all data and `stop_core_services.sh`
## purge = Remove the oldest day's worth of recordings
## keep = Keep all data and `stop_core_services.sh`
FULL_DISK=0
FULL_DISK=purge
## VENV is the virtual environment where the the BirdNET python build is found,
## i.e, VENV is the virtual environment miniforge built for BirdNET.