From 079dc7da27af277e954d45a915b2673b3d9f98a0 Mon Sep 17 00:00:00 2001 From: Conner Vieira Date: Tue, 26 Sep 2023 16:07:31 -0400 Subject: [PATCH] Updated TODO.md --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 1fd5e53..57e54f8 100644 --- a/TODO.md +++ b/TODO.md @@ -56,13 +56,14 @@ These are the features actively planned for Predator and are likely to be added - [X] Add more fault tolerance to user input prompt function. - [X] Add support for multiple plates in pre-recorded mode. - [X] Make sound playing more organized. -- [X] Made real-time alert handling more efficient. +- [X] Make real-time alert handling more efficient. - [X] Add alerts to pre-recorded mode. - [X] Add support for multiple alert databases. - [X] Add the ability to update lists in the configuration from management mode. - [X] Add configuration value for the number of guesses the ALPR engine should make in pre-recorded mode. - [X] Organize configuration. -- [ ] Add support for multiple license plate formats. +- [X] Add support for multiple license plate formats. +- [ ] Test updated license plate validation in real-time mode. # Hypothetical