[Issue #5] - Added a parameter to set which temperature sensor you're using in config.go
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -12,6 +12,9 @@ const (
|
||||
Hostname = "pico2w-bme280"
|
||||
EnableICMP = true
|
||||
|
||||
// Sensor configuration
|
||||
SensorType = "bme280"
|
||||
|
||||
MQTTHost = "192.168.1.50" // Must be an IP address; DNS resolution is not supported currently
|
||||
MQTTPort = "1883"
|
||||
MQTTUser = "" // Leave empty if not required
|
||||
|
||||
Reference in New Issue
Block a user