Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 21, 2024
1 parent 5a1a62a commit 19703ea
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 @@ -77,7 +77,7 @@ namespace esphome
uint8_t ver[3];

uint32_t value;
esp_efuse_read_block(ESP_EFUSE_BLK3, &value);
esp_efuse_read_block(EFUSE_BLK3, &value);
ver[0] = value >> 0;
ver[1] = value >> 8;
ver[2] = value >> 16;
Expand Down

0 comments on commit 19703ea

Please sign in to comment.