mirror of
https://github.com/esphome/esphome.git
synced 2026-09-02 19:16:06 +00:00
Update esphome/components/esphome/ota/ota_esphome.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
bf1d3c534d
commit
8dd803a05e
@@ -736,7 +736,7 @@ bool ESPHomeOTAComponent::handle_auth_read_() {
|
||||
|
||||
ESP_LOGV(TAG, "Auth: CNonce is %.*s", hex_size, cnonce);
|
||||
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_VERBOSE
|
||||
char computed_hash[65]; // SHA256 hex (64) + null
|
||||
char computed_hash[65]; // Buffer for hex-encoded hash (max expected length + null terminator)
|
||||
hasher->get_hex(computed_hash);
|
||||
ESP_LOGV(TAG, "Auth: Result is %.*s", hex_size, computed_hash);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user