Releases: PWhite-Eng/SimpleNetManager
Releases · PWhite-Eng/SimpleNetManager
Version 1.2.0
- Added new constructor overload for
SimpleNetManager(byte mac[], Stream* debugStream)
v1.1.0
New Features
- Added constructor overloading to allow for more flexible instantiation.
- Users can now specify a custom Chip Select (CS) pin.
- The default CS pin is now set to pin 10, the standard for Arduino Ethernet shields.
Improvements
- Updated README and examples to reflect the new features.
v1.0.0
First release of SimpleNetManager