[Issue #10] - Added config option to allow the user to set the hostname
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-09-10 23:57:46 -04:00
parent e478758c49
commit cc96fbccc0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,5 +6,6 @@ const (
WifiPass = "MyWifiPassword"
// Network settings
Hostname = "pico2w-clock"
EnableICMP = true
)