Added networking stack (mostly copied from pico-weather) and added NTP sync
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2026-09-07 18:01:31 -04:00
parent b9195b33bc
commit 1b03ed6789
5 changed files with 385 additions and 17 deletions
+2
View File
@@ -3,4 +3,6 @@ package main
const (
WifiSSID = "MyWifiName"
WifiPass = "MyWifiPassword"
NtpServer = "216.239.35.0" // time.google.com IPv4
)