Releases: Asyasyarif/RFID-Spacecat
Releases · Asyasyarif/RFID-Spacecat
v1.4.0
New:
- adding example for user with Password
- adding example for confirmation users
- adding method
void confirm()
- adding method
void cancel()
- adding method
void setTimeoutPassword(int time)
- adding response code
112
for Parameter Confirmation - adding user struct
isMaster
for indicating that user is Master
Changes:
- changing hashing id from sha1 to sha256
- changing method name from
intervalReading()
tosetIntervalReading()
- changing method name from
isReadingCard()
toonlyReadingCard()
- changing attributes
callback(int code, String refrenceID, String name, String messages)
tocallback(bool userFound)
- refactoring some data types.
- changing user struct
password
tohavePassword
v1.3.1
- Fix for examples, cannot read the card.
v1.3.0
Adding feature
clear();
For clearing data or process.bool registerID();
- Adding Example Register the RFID
Now possible to adding RFID (no need copy and paste) and stored to the waiting list to be claimed bool pushValue(String value);
User can pushing the value directly from code.
v1.2.3
- Fixed, after idle for a moment, always failed requesting to server.
- Adding features update device status.
- Adding features function
setDebug(true);
v1.2.2
Fix wrong data type httpCode
v1.2.1
cleanup
v1.2.0
Refactoring code
v.1.0.1
deleting err_no_found case
First Release
v.1.0.0 cleaning up