Skip to content

Commit

Permalink
bootstrap: fixed f7 overriding unspecified target (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger authored Jun 8, 2023
1 parent a396ec8 commit 2fcb87e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
2 changes: 1 addition & 1 deletion ufbt/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=}")
Expand Down

0 comments on commit 2fcb87e

Please sign in to comment.