mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 18:18:43 +00:00
[update] Initialize UpdateInfo::progress (#19121)
This commit is contained in:
@@ -16,7 +16,7 @@ struct UpdateInfo {
|
||||
std::string firmware_url;
|
||||
std::string md5;
|
||||
bool has_progress{false};
|
||||
float progress;
|
||||
float progress{0};
|
||||
};
|
||||
|
||||
enum UpdateState : uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user