1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

Update esphome/components/ota/ota_backend_esp8266.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-12-26 22:36:12 -10:00
committed by GitHub
parent d0ba608ffa
commit 5b9c7d1322

View File

@@ -50,7 +50,7 @@ class ESP8266OTABackend : public OTABackend {
size_t image_size_{0};
md5::MD5Digest md5_{};
uint8_t expected_md5_[16]; // MD5 = 16 bytes
uint8_t expected_md5_[16]; // Fixed-size buffer for 128-bit (16-byte) MD5 digest
bool md5_set_{false};
};