Ethernet.connecting() using credentials?

Hi, the Ethernet docs mention this:

This function will return true once the device is attempting to connect using stored credentials

Could this be a copy-paste mistake? Thanks!

source

Yes, that is copy-pasted from WiFi.connecting(). There are no credentials for Ethernet. Device OS does not support 802.1X authentication for Ethernet.

2 Likes

It’s fixed.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.