Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 21, 2024
1 parent d4397ef commit 50b8dce
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
Expand Up @@ -82,7 +82,7 @@ namespace esphome
ver[1] = value >> 8;
ver[2] = value >> 16;

ESP_LOGI(TAG, "Version: %i.%i.%i", ver[0], ver[0], ver[0]);
ESP_LOGI(TAG, "Version: %i.%i.%i", ver[0], ver[1], ver[2]);

/*har h[10];
for (int32_t block3Address = EFUSE_BLK3_RDATA0_REG, i = 0; block3Address <= EFUSE_BLK3_RDATA7_REG; block3Address += 4, ++i)
Expand Down

0 comments on commit 50b8dce

Please sign in to comment.