YAGS/station/config.py
2023-10-01 10:39:10 +02:00

8 lines
209 B
Python

masterUrl = "http://10.0.3.41:8000"
pullInterval = 10 # in sec
apiKey = "7b105947-65d6-40ba-bb4c-50b95a3ec1c8"
station = {
"lat": 49.2397383,
"lon": 16.5684175,
"alt": 0.277 #KM
}