Trivial layout fixes
This commit is contained in:
parent
03b4bc47af
commit
7f2338eaa8
|
@ -238,12 +238,12 @@ static int run_face_recognition(dl_matrix3du_t *image_matrix, box_array_t *net_b
|
|||
rgb_printf(image_matrix, FACE_COLOR_GREEN, "%s%u", knownFaceText, matched_id);
|
||||
} else {
|
||||
matched_id = -1;
|
||||
Serial.print("FACE: no match found: ");
|
||||
Serial.println("FACE: no match found:");
|
||||
rgb_printf(image_matrix, FACE_COLOR_RED, "%s", unknownFaceText);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
Serial.print("FACE: not aligned: ");
|
||||
Serial.println("FACE: not aligned:");
|
||||
rgb_print(image_matrix, FACE_COLOR_YELLOW, "???");
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
/* Version of upstream code */
|
||||
|
||||
char baseVersion[] = "3.2";
|
||||
char baseVersion[] = "3.2.1";
|
||||
|
|
Loading…
Reference in New Issue