stevemarple / IniFile

Arduino library to parse ini files.
GNU Lesser General Public License v2.1
87 stars 45 forks source link

Use IPAddress.h instead of Ethernet.h #14

Closed per1234 closed 6 years ago

per1234 commented 6 years ago

The only reason for including Ethernet.h was to bring in IPAddress.h, so cut out the middleman. This allows the library to be compatible with any network library. For example, previously if you tried to use IniFile with the Ethernet2 library compilation would fail with "multiple definition" errors.

Fixes https://github.com/stevemarple/IniFile/issues/12

CC: @MSauerland

stevemarple commented 6 years ago

Thank you for your contribution, the change appears in v1.0.1.