Skip to content

Commit a77e6e2

Browse files
committed
Merge branch 'release-candidate' into release
2 parents 60bdc5f + 1d140c9 commit a77e6e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.2
1+
0.2.3

ufbt/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ class SdkDeployTask:
427427
mode: str = None
428428
all_params: Dict[str, str] = field(default_factory=dict)
429429

430-
DEFAULT_HW_TARGET: ClassVar[str] = "f7"
430+
DEFAULT_HW_TARGET: ClassVar[str] = ""
431431

432432
def update_from(self, other: "SdkDeployTask") -> None:
433433
log.debug(f"deploy task update from {other=}")

0 commit comments

Comments
 (0)