[Issue #7] - Added config.go setting to allow setting the hostname
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-09-12 02:01:02 -04:00
parent a23507b2ca
commit 6acdc6c7f8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ const (
WifiPass = "SecretWifiPassword"
// Networking settings
Hostname = "pico2w-bme280"
EnableICMP = true
MQTTHost = "192.168.1.50" // Must be an IP address; DNS resolution is not supported currently