From 05c182d21fa620e5465093a65c816f5bfc672aa0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:51:12 -0500 Subject: [PATCH] light --- 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 91eaa23..90d76a0 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -248,7 +248,7 @@ namespace ratgdo { return; } - ESP_LOGD(TAG, "Command: %d fixed=%d data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter); + ESP_LOGD(TAG, "Command: %d fixed=%" PRIu64 " data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter); fixed = fixed | id;