RoopeHakulinen / cordova-plugin-mifare-ultralight

Cordova plugin for interacting with Mifare Ultralight NFC tags.
MIT License
9 stars 3 forks source link

fix: convert byte to uint8 #3

Closed gjuchault closed 6 years ago

gjuchault commented 6 years ago

Convert byte to uint8 by masking with 0xFF (as seen in CordovaPluginMifareUltralight.java:362).

Fix #2.

RoopeHakulinen commented 6 years ago

LGTM.