Skip to content

Commit

Permalink
Merge branch 'dev' into release-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Jun 8, 2023
2 parents a2af281 + 2fcb87e commit 1d140c9
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 1d140c9

Please sign in to comment.