mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 22:23:58 +00:00
remove old comment
This commit is contained in:
@@ -168,9 +168,6 @@ const (
|
|||||||
|
|
||||||
type WifiAutoconnectParams struct {
|
type WifiAutoconnectParams struct {
|
||||||
WifiParams
|
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
|
// Retries is how many attempts to connect before returning with a
|
||||||
// "Connect failed" error. Zero means infinite retries.
|
// "Connect failed" error. Zero means infinite retries.
|
||||||
|
|||||||
Reference in New Issue
Block a user