Skip to content

Commit

Permalink
Uppercase Bus Command
Browse files Browse the repository at this point in the history
AzonInc committed Aug 14, 2024
1 parent a35dcc2 commit fa21ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
@@ -284,7 +284,7 @@ namespace esphome
{
// Convert to HEX
char byte_cmd[9];
sprintf(byte_cmd, "%08x", command);
sprintf(byte_cmd, "%08X", command);

// Publish Command to Sensors
if (this->bus_command_ != nullptr)

0 comments on commit fa21ca1

Please sign in to comment.