mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Do not recompile on version change
This commit is contained in:
parent
4a5365f6a0
commit
9fa1a334e6
1 changed files with 0 additions and 2 deletions
|
@ -130,8 +130,6 @@ def storage_should_clean(old, new): # type: (StorageJSON, StorageJSON) -> bool
|
|||
if old is None:
|
||||
return True
|
||||
|
||||
if old.esphome_version != new.esphome_version:
|
||||
return True
|
||||
if old.src_version != new.src_version:
|
||||
return True
|
||||
if old.arduino_version != new.arduino_version:
|
||||
|
|
Loading…
Reference in a new issue