From 876e96be78c6ab4b9da77ba6f334937926d88ca7 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 23 Sep 2024 01:44:12 +0200 Subject: [PATCH] Fix --- components/tc_bus/tc_bus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index 205bcf4..388d488 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -330,7 +330,7 @@ namespace esphome std::string hexString = format_hex_pretty(eeprom_buffer_); - ESP_LOGD(TAG, "Reading EEPROM: Count: %i, Result: %s", eeprom_buffer_.size(), hexString); + ESP_LOGD(TAG, "Reading EEPROM: Count: %i, Result: %s", eeprom_buffer_.size(), hexString.c_str()); } else {