From 811f6d3e25d4d9f75d2fffc1b6ebb73ce82bed8a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 20:18:32 -0500 Subject: [PATCH] cleanups --- components/ratgdo/ratgdo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 03304d9..55d0078 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -199,6 +199,8 @@ namespace ratgdo { } else if (cmd == 0x285) { motion = 1; // toggle bit ESP_LOGD(TAG, "Motion: %d (toggle)", motion); + } else { + ESP_LOGD(TAG, "Unknown command: %04x", cmd); } }