mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	Do not recompile on version change
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user