[Issue #6] - added config option to enable/disable icmp packets
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -8,6 +8,9 @@ const (
|
||||
WifiSSID = "My Wifi Name"
|
||||
WifiPass = "SecretWifiPassword"
|
||||
|
||||
// Networking settings
|
||||
EnableICMP = true
|
||||
|
||||
MQTTHost = "192.168.1.50" // Must be an IP address; DNS resolution is not supported currently
|
||||
MQTTPort = "1883"
|
||||
MQTTUser = "" // Leave empty if not required
|
||||
|
||||
Reference in New Issue
Block a user