Downgrade one more

This commit is contained in:
J. Nick Koston 2023-07-01 09:40:34 -05:00
parent 81db7efcf9
commit 3cfe0e18d6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ namespace ratgdo {
} }
ESP_LOGD(TAG, "Motion: %s", motion_state_to_string(*this->motionState)); ESP_LOGD(TAG, "Motion: %s", motion_state_to_string(*this->motionState));
} else { } else {
ESP_LOGD(TAG, "Unhandled command: cmd=%03x nibble=%02x byte1=%02x byte2=%02x fixed=%010" PRIx64 " data=%08" PRIx32, cmd, nibble, byte1, byte2, fixed, data); ESP_LOGV(TAG, "Unhandled command: cmd=%03x nibble=%02x byte1=%02x byte2=%02x fixed=%010" PRIx64 " data=%08" PRIx32, cmd, nibble, byte1, byte2, fixed, data);
} }
return cmd; return cmd;
} }