Skip to content

Releases: PWhite-Eng/SimpleNetManager

Version 1.2.0

16 Nov 11:10

Choose a tag to compare

  • Added new constructor overload for SimpleNetManager(byte mac[], Stream* debugStream)

v1.1.0

29 Sep 15:42

Choose a tag to compare

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

29 Sep 15:00
424c001

Choose a tag to compare

First release of SimpleNetManager