9 lines
221 B
Bash
9 lines
221 B
Bash
# Network & Sensor
|
|
SENSOR_IP=192.168.0.188
|
|
MQTT_USERNAME=weather_station
|
|
MQTT_PASSWORD=SensorData12345!
|
|
MQTT_FALLBACK_IP=192.168.0.168
|
|
|
|
# Location (Defaulting to your Skåne coordinates)
|
|
LATITUDE=56.2006
|
|
LONGITUDE=12.5553 |