Trivial layout fixes

This commit is contained in:
Owen 2021-06-08 07:55:10 +02:00
parent 03b4bc47af
commit 7f2338eaa8
2 changed files with 5 additions and 5 deletions

View File

@ -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, "???");
}

View File

@ -1,3 +1,3 @@
/* Version of upstream code */
char baseVersion[] = "3.2";
char baseVersion[] = "3.2.1";