[Issue #5] - Added a parameter to set which temperature sensor you're using in config.go
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-12 02:43:51 -04:00
parent 6acdc6c7f8
commit 4e022d4e76
3 changed files with 163 additions and 184 deletions
+3
View File
@@ -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