From fb4bcf5ac1165e5909f2a79cc8361093387f340d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:49:10 -0500 Subject: [PATCH] light --- components/ratgdo/ratgdo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 3596a05..0d0242a 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -248,6 +248,8 @@ namespace ratgdo { return; } + ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter); + fixed = fixed | id; encode_wireline(this->rollingCodeCounter, fixed, data, this->txRollingCode);