GITLAB
henyxia
/
tweekd_nfc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
aff6dccd4d7c00a142788aa253f69822f3a7d57a
Authored by
henyxia
2015-03-02 15:51:30 +0100
1 parent
25fb98d3
Card scanning now reseting
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
tweekd_nfc.ino
Inline
Side-by-side
tweekd_nfc.ino
Wrap text
Show/Hide comments
View file @
aff6dcc
...
...
@@ -130,6 +130,7 @@ void loop(void)
130
130
Serial.print((char) dataf[6]);
131
131
Serial.print((char) dataf[7]);
132
132
}
133
+ tagDetected = false;
133
134
}
134
135
else
135
136
Serial.print(SERIAL_ERROR);
...
...