You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Functions deprecated due to naming changes to adapt to netif
// package github.com/soypat/netif.
var deprecated sync.Once
func printDeprecationOnce() {
deprecated.Do(func() {
println("github.com/soypat/cyw43439: use of deprecated MACAs6 or TryPoll *Device method. Will be removed in future version. This message is only printed once")