fixes
This commit is contained in:
@@ -411,15 +411,6 @@ VENV=${my_dir}/miniforge/envs/birdnet
|
||||
#_____________These variables are for testing. Please don't touch______________#
|
||||
#_______________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=
|
||||
|
||||
EXTRACTION_LENGTH=
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
# Example: these coordinates would indicate the Eiffel Tower in Paris, France.
|
||||
#LATITUDE=48.858
|
||||
#LONGITUDE=2.294
|
||||
LATITUDE=
|
||||
LONGITUDE=
|
||||
CADDY_PWD=
|
||||
ICE_PWD=
|
||||
LATITUDE=35.311
|
||||
LONGITUDE=-80.749
|
||||
CADDY_PWD=caddypaddy
|
||||
ICE_PWD=icepaddy
|
||||
|
||||
# This section can be left alone. If you setup a Pushed.co
|
||||
# mobile application, you can enter the App secret and secret
|
||||
|
||||
@@ -432,15 +432,6 @@ VENV=$(dirname ${my_dir})/miniforge/envs/birdnet
|
||||
#_____________These variables are for testing. Please don't touch______________#
|
||||
#_______________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=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user