add wifilocation flags

This commit is contained in:
2025-01-06 21:47:13 +01:00
parent f6db27a225
commit df9c84e9df
10 changed files with 65 additions and 214 deletions

View File

@ -7,7 +7,4 @@ DB_PORT=""
WEBHOOK_TOKEN="" #Token that is placed a the TTN Webhook auth
WIGLE_TOKEN="" # Go to account and generate token "Encoded for use"
WIGLE_BASE_URL="https://api.wigle.net"
WIGLE_NETWORK_SEARCH="/api/v2/network/search"
GET_LOCATION_WIFI_MAX_AGE=1209600000 # 14 days in milliseconds (14 * 24 * 60 * 60 * 1000)
GET_LOCATION_WIFI_MAX=10000
GET_LOCATION_WIFI_PRIMITIVE=true
WIGLE_NETWORK_SEARCH="/api/v2/network/search"