From 6879fd765707aa5eef0fda5984150aa9622bd8c9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 Jun 2023 11:16:30 -1000 Subject: [PATCH] Revert "log more" This reverts commit 27b82da8a0fe87da71216f483b92d54e0ddffc75. --- 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 31fd911..f222a31 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -124,7 +124,7 @@ namespace ratgdo { ESP_LOGV(TAG, "Motion: %d (toggle)", this->motionState); } else { // 0x84 -- is it used? - ESP_LOGV(TAG, "Unknown command: cmd=%04x nibble=%02x byte1=%02x byte2=%02x", cmd, nibble, byte1, byte2); + ESP_LOGV(TAG, "Unknown command: %04x", cmd); } return cmd; }