This commit is contained in:
Patrick McGuire
2021-10-02 10:04:24 -04:00
parent b4cc1c6c7c
commit 71f3a65498
3 changed files with 4 additions and 22 deletions
-9
View File
@@ -411,15 +411,6 @@ VENV=${my_dir}/miniforge/envs/birdnet
#_____________These variables are for testing. Please don't touch______________# #_____________These variables are for testing. Please don't touch______________#
#_______________them if you are not testing these features.____________________# #_______________them if you are not testing these features.____________________#
# To test different values for RECORDING_LENGTH, first:
# 1) stop the birdnet_recording.service:
#### run: \`sudo systemctl stop birdnet_recording.service`
# 2) remove any remaining audio files in the day's recording directory:
#### Example: to remove recordings for Saturday, October 2nd, 2021, you would
#### run: \`rm -rf /home/pi/BirdSongs/October-2021/02-Saturday/*`
# 3) restart the birdnet_recording.service:
#### run: \`sudo systemctl restart birdnet_recording.service`
RECORDING_LENGTH= RECORDING_LENGTH=
EXTRACTION_LENGTH= EXTRACTION_LENGTH=
+4 -4
View File
@@ -24,10 +24,10 @@
# Example: these coordinates would indicate the Eiffel Tower in Paris, France. # Example: these coordinates would indicate the Eiffel Tower in Paris, France.
#LATITUDE=48.858 #LATITUDE=48.858
#LONGITUDE=2.294 #LONGITUDE=2.294
LATITUDE= LATITUDE=35.311
LONGITUDE= LONGITUDE=-80.749
CADDY_PWD= CADDY_PWD=caddypaddy
ICE_PWD= ICE_PWD=icepaddy
# This section can be left alone. If you setup a Pushed.co # This section can be left alone. If you setup a Pushed.co
# mobile application, you can enter the App secret and secret # mobile application, you can enter the App secret and secret
-9
View File
@@ -432,15 +432,6 @@ VENV=$(dirname ${my_dir})/miniforge/envs/birdnet
#_____________These variables are for testing. Please don't touch______________# #_____________These variables are for testing. Please don't touch______________#
#_______________them if you are not testing these features.____________________# #_______________them if you are not testing these features.____________________#
# To test different values for RECORDING_LENGTH, first:
# 1) stop the birdnet_recording.service:
#### run: \`sudo systemctl stop birdnet_recording.service`
# 2) remove any remaining audio files in the day's recording directory:
#### Example: to remove recordings for Saturday, October 2nd, 2021, you would
#### run: \`rm -rf /home/pi/BirdSongs/October-2021/02-Saturday/*`
# 3) restart the birdnet_recording.service:
#### run: \`sudo systemctl restart birdnet_recording.service`
RECORDING_LENGTH= RECORDING_LENGTH=