From 3cfe0e18d6fef11e18f59bed22d16c2b0473202a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 1 Jul 2023 09:40:34 -0500 Subject: [PATCH] Downgrade one more --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index f973a51..990ca17 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -276,7 +276,7 @@ namespace ratgdo { } ESP_LOGD(TAG, "Motion: %s", motion_state_to_string(*this->motionState)); } 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; }