Initial working project

This commit is contained in:
2026-09-09 16:35:17 -04:00
parent 94fc6fb47e
commit df09606a2d
7 changed files with 453 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
package main
const (
WifiSSID = "MyWifiNetwork"
WifiPass = "MyWifiPassword"
)