Adding some base Go code and config

This commit is contained in:
2026-09-07 17:02:10 -04:00
parent 3820b80f52
commit 66c6fa920e
2 changed files with 15 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
const (
WifiSSID = "MyWifiName"
WifiPass = "MyWifiPassword"
)