[Issue #9] - Set network stack to enable ICMP, with a queue limit of 4
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-09-10 23:51:41 -04:00
parent a06f269d48
commit e478758c49
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
package main
const (
// Wi-Fi settings
WifiSSID = "MyWifiNetwork"
WifiPass = "MyWifiPassword"
// Network settings
EnableICMP = true
)