diff --git a/VERSION.txt b/VERSION.txt index ee1372d..7179039 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/ufbt/bootstrap.py b/ufbt/bootstrap.py index cf8588d..9112b6f 100644 --- a/ufbt/bootstrap.py +++ b/ufbt/bootstrap.py @@ -427,7 +427,7 @@ class SdkDeployTask: mode: str = None all_params: Dict[str, str] = field(default_factory=dict) - DEFAULT_HW_TARGET: ClassVar[str] = "f7" + DEFAULT_HW_TARGET: ClassVar[str] = "" def update_from(self, other: "SdkDeployTask") -> None: log.debug(f"deploy task update from {other=}")