Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Version 1.2

Compare
Choose a tag to compare
@GideonLeGrange GideonLeGrange released this 07 May 12:46
· 45 commits to master since this release

Several small fixes and improvements:

  • Improved exception information on AT command decode errors.
  • Added open/close events for Network.
  • Implemented AutoCloseableon Network.
  • Added isOutput() to Endpoint
  • Fixed null pointer in some cases where unit on Endpoint was null.
  • Fixed null pointers in AbstractEndpoint.write() implementations.
  • Added getDirectory() to FileLibrary.
  • Fixed bug that caused syncRequired to not fire in PanStamp.
  • Added getSyncState() convenience method to PanStamp.
  • Fixed problem with close() on Network losing state.