First commit
This commit is contained in:
13
.env
Normal file
13
.env
Normal file
@@ -0,0 +1,13 @@
|
||||
# Davis Vantage Pro 2 – Konfiguration
|
||||
|
||||
# Serieller Port der Wetterstation
|
||||
PORT_PATH=/dev/ttyUSB0
|
||||
|
||||
# Baudrate (Davis Standard: 19200)
|
||||
BAUD_RATE=19200
|
||||
|
||||
# Pfad zur SQLite-Datenbank
|
||||
DB_PATH=/data/wetter.db
|
||||
|
||||
# Abfrageintervall für LOOP-Daten in Millisekunden (Standard: 30s)
|
||||
LOOP_INTERVAL_MS=30000
|
||||
Reference in New Issue
Block a user