package main const ( // Wi-Fi settings WifiSSID = "MyWifiNetwork" WifiPass = "MyWifiPassword" // Network settings EnableICMP = true )