mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 14:43:51 +00:00
Always upload using esptool (#2433)
This commit is contained in:
@@ -542,6 +542,9 @@ class EsphomeCore:
|
||||
path_ = os.path.expanduser(os.path.join(*path))
|
||||
return os.path.join(self.config_dir, path_)
|
||||
|
||||
def relative_internal_path(self, *path: str) -> str:
|
||||
return self.relative_config_path(".esphome", *path)
|
||||
|
||||
def relative_build_path(self, *path):
|
||||
# pylint: disable=no-value-for-parameter
|
||||
path_ = os.path.expanduser(os.path.join(*path))
|
||||
|
||||
Reference in New Issue
Block a user