Skip to content

Commit a771b28

Browse files
committed
core3
1 parent 73275af commit a771b28

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/EthManager.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ void EthManager::connectToEthernet(int8_t deviceNumber) {
125125
);
126126
#else
127127
// TODO fix this
128-
// ETH.begin(
129-
// ethernetDevices[deviceNumber].address,
130-
// ethernetDevices[deviceNumber].mdc,
131-
// ethernetDevices[deviceNumber].mdio,
132-
// ethernetDevices[deviceNumber].power
133-
// );
134128
#endif
135129
}
136130

0 commit comments

Comments
 (0)