Skip to content

Commit b91b23b

Browse files
committed
version 1.0.1
1 parent 7ce4010 commit b91b23b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@ Some existing libraries return the byte array with values in reversed order. Met
2121

2222
Every WiFi library should be able to run the WiFiTest and WiFiScanNetworks sketches with no or minimal modifications.
2323

24-
2524
### Tests for the Ethernet object
2625

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.
2827

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.
3029

3130
### Tests for server implementation
3231

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=NetApiHelpers
2-
version=1.0.0
2+
version=1.0.1
33
author=Juraj Andrassy
44
maintainer=Juraj Andrassy <[email protected]>
55
sentence=Arduino Networking API helper classes and tests

0 commit comments

Comments
 (0)