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 5c331eb commit 5028559
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ namespace esphome




char h[32];
uint32_t field1_1 = 0;
esp_efuse_read_field_blob(ESP_EFUSE_USER_DATA, &field1_1, 8);
sprintf(h, "%08X ", field1_1);



ESP_LOGW(TAG, "User Data:");
ESP_LOGW(TAG, field1_1);
ESP_LOGW(TAG, h);

/*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 5028559

Please sign in to comment.