Added networking stack (mostly copied from pico-weather) and added NTP sync
This commit is contained in:
@@ -3,4 +3,6 @@ package main
|
||||
const (
|
||||
WifiSSID = "MyWifiName"
|
||||
WifiPass = "MyWifiPassword"
|
||||
|
||||
NtpServer = "216.239.35.0" // time.google.com IPv4
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user