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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The library is in Library Manager.
11
11
12
12
The class MACAddress works similar as the well known IPAddress class from Arduino Core.
13
13
14
-
It is compatible with an uint8_t array, implements Printable, can be parsed from string and formated to string.
14
+
It is compatible with an uint8_t array, implements Printable, can be parsed from string and formatted to string.
15
15
16
16
Some existing libraries return the byte array with values in reversed order. Method reverse() reverses the order of bytes in an MACAddress object.
17
17
@@ -24,9 +24,9 @@ Every WiFi library should be able to run the WiFiTest and WiFiScanNetworks sketc
24
24
25
25
### Tests for the Ethernet object
26
26
27
-
The LegacyEthernetTest has what would be good to have in a classic Ethernet library. But even the Ethernet library dosn't run it without modifications.
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.
28
28
29
-
A future ModernEtherneTest is will test Ethernet libraries with API aligned with WiFi libraries, especially method `config` for static IP configuration.
29
+
A future ModernEtherneTest will test Ethernet libraries with API aligned with WiFi libraries, especially method `config` for static IP configuration.
0 commit comments