We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78df734 commit f542aeaCopy full SHA for f542aea
libraries/SocketWrapper/Ethernet.h
@@ -46,7 +46,7 @@ class EthernetClass: public NetworkInterface
46
EthernetHardwareStatus hardwareStatus() {
47
const struct device *const dev = DEVICE_DT_GET(DT_COMPAT_GET_ANY_STATUS_OKAY(ethernet_phy));
48
if (device_is_ready(dev)) {
49
- for (int i = 1; i < 3; i++) {
+ for (int i = 1; i < 4; i++) {
50
auto _if = net_if_get_by_index(i);
51
if (!net_eth_type_is_wifi(_if)) {
52
netif = _if;
0 commit comments