This commit is contained in:
J. Nick Koston 2023-06-09 18:20:37 -05:00
parent 10a5c563a3
commit 4fbc95b238
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ namespace ratgdo {
const char* motion_state_to_string(MotionState state)
{
switch (state) {
case MOTION_STATE_DETECTED:
return "DETECTED";
case MOTION_STATE_CLEAR:
return "CLEAR";
case MOTION_STATE_DETECTED:
return "DETECTED";
case MOTION_STATE_UNKNOWN:
default:
return "UNKNOWN";