mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-10 17:32:17 +01:00
10 lines
202 B
Python
10 lines
202 B
Python
masterUrl = "http://10.0.3.41:8000"
|
|
pullInterval = 10 # in sec
|
|
apiKey = "7b105947-65d6-40ba-bb4c-50b95a3ec1c8"
|
|
|
|
# do not edit
|
|
station = {
|
|
"lat": 0,
|
|
"lon": 0,
|
|
"alt": 0 #KM
|
|
} |