Skip to content

Commit

Permalink
vaillantx6.cpp aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
Safi105 authored Jan 14, 2025
1 parent f3a4006 commit 9b455fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/vaillantx6/vaillantx6.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "vaillantx6.h"

void logCmd(const char *tag, byte *cmd) {
ESP_LOGD("Vaillantx6", "%s: 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x", tag, cmd[0], cmd[1], cmd[2], cmd[3], cmd[4], cmd[5], cmd[6]);
ESP_LOGD("vaillantx6", "%s: 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x 0x%.2x", tag, cmd[0], cmd[1], cmd[2], cmd[3], cmd[4], cmd[5], cmd[6]);
}

uint8_t VaillantReturnTypeLength(VaillantReturnTypes t) {
Expand Down

0 comments on commit 9b455fd

Please sign in to comment.