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 81730f1 commit ff6c992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ namespace esphome

uint32_t secure_boot_enabled = 0;
esp_efuse_read_field_blob(ESP_EFUSE_SECURE_BOOT_EN, &secure_boot_enabled, 1);

ESP_LOGCONFIG("Secure Boot Enabled:");
ESP_LOGCONFIG(TAG, secure_boot_enabled ? "Yes" : "No");
ESP_LOGCONFIG(TAG, secure_boot_enabled);

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

Please sign in to comment.