refining some forms and chaning FULL_DISK to words settings

This commit is contained in:
mcguirepr89
2022-01-31 16:00:02 -05:00
parent f75cd9afe3
commit 11c09dd9f4
7 changed files with 53 additions and 373 deletions
+3 -3
View File
@@ -344,10 +344,10 @@ SENSITIVITY=${SENSITIVITY}
CHANNELS=${CHANNELS}
## 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.