mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 11:52:20 +01:00
Always upload using esptool (#2433)
This commit is contained in:
@@ -16,7 +16,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def storage_path(): # type: () -> str
|
||||
return CORE.relative_config_path(".esphome", f"{CORE.config_filename}.json")
|
||||
return CORE.relative_internal_path(f"{CORE.config_filename}.json")
|
||||
|
||||
|
||||
def ext_storage_path(base_path, config_filename): # type: (str, str) -> str
|
||||
|
Reference in New Issue
Block a user