Revert "Update .gitignore"

This reverts commit c19ab0ac3f.
This commit is contained in:
lloydbayley
2022-11-15 21:45:28 +11:00
parent c19ab0ac3f
commit 4bf3c11bb8
4 changed files with 21 additions and 0 deletions
+5
View File
@@ -13,12 +13,17 @@ install_config() {
# Configuration settings for BirdNET-Pi #
################################################################################
# Optional: Site Title for banner
SITE_NAME="$HOSTNAME"
#--------------------- Required: Latitude, and Longitude ----------------------#
## The shell substitution below guesses these based on your network. THESE NEED
## TO BE CHANGED TO STATIC VALUES
## Please only go to 4 decimal places. Example:43.3984
LATITUDE=$(curl -s4 ifconfig.co/json | jq .latitude)
LONGITUDE=$(curl -s4 ifconfig.co/json | jq .longitude)