Skip to content

Commit 897e135

Browse files
committed
fix message print order
1 parent f029a06 commit 897e135

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Example02_EnrollI2C/Example02_EnrollI2C.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,9 @@ static void on_is_ready_change(bool isReady)
270270
//
271271
static void on_identify(bool is_match, uint16_t id)
272272
{
273+
274+
Serial.print(is_match ? "" : " NO ");
273275
Serial.print(" MATCH ");
274-
Serial.print(is_match ? "" : "NO ");
275276

276277
if (is_match)
277278
{

0 commit comments

Comments
 (0)