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:
@@ -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};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user