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
Hi @ssilverman ,
sorry for the confusion, it was the automatic github issue closer in action 🙂 The commit is arduino/ArduinoCore-API@d5ae3fa (we are still preparing the official release)
Defining operator!= is needed to do comparisons like
a != b
. Otherwise, code comparing inequality of IPAddresses needs to do!(a == b)
.The text was updated successfully, but these errors were encountered: