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
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,11 @@ Some existing libraries return the byte array with values in reversed order. Met
21
21
22
22
Every WiFi library should be able to run the WiFiTest and WiFiScanNetworks sketches with no or minimal modifications.
23
23
24
-
25
24
### Tests for the Ethernet object
26
25
27
-
The LegacyEthernetTest has what would be good to have in a classic Ethernet library. But even the Ethernet library doesn't run it without modifications.
26
+
The LegacyEthernetTest has what would be good to have in a classic Ethernet library.
28
27
29
-
A future ModernEtherneTest will test Ethernet libraries with API aligned with WiFi libraries, especially method `config` for static IP configuration.
28
+
ModernEtherneTest is for Ethernet libraries with API aligned with WiFi libraries, especially method `config` for static IP configuration.
0 commit comments