This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Version 1.2
Several small fixes and improvements:
- Improved exception information on AT command decode errors.
- Added open/close events for Network.
- Implemented
AutoCloseable
on Network. - Added
isOutput()
to Endpoint - Fixed null pointer in some cases where
unit
onEndpoint
was null. - Fixed null pointers in
AbstractEndpoint.write()
implementations. - Added
getDirectory()
toFileLibrary
. - Fixed bug that caused
syncRequired
to not fire inPanStamp
. - Added
getSyncState()
convenience method toPanStamp
. - Fixed problem with
close()
onNetwork
losing state.