remove old comment

This commit is contained in:
soypat
2023-12-18 16:02:55 -08:00
parent 570e3d2b71
commit b4f43b4d21
-3
View File
@@ -168,9 +168,6 @@ const (
type WifiAutoconnectParams struct {
WifiParams
// NOTE ON FIELDS BELOW: These fields seem like a leaky abstraction- they can
// be implemented as an external "AutoConnect" function that is called in
// a goroutine that performs auto connect and whatnot.
// Retries is how many attempts to connect before returning with a
// "Connect failed" error. Zero means infinite retries.