We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60bdc5f + 1d140c9 commit a77e6e2Copy full SHA for a77e6e2
VERSION.txt
@@ -1 +1 @@
1
-0.2.2
+0.2.3
ufbt/bootstrap.py
@@ -427,7 +427,7 @@ class SdkDeployTask:
427
mode: str = None
428
all_params: Dict[str, str] = field(default_factory=dict)
429
430
- DEFAULT_HW_TARGET: ClassVar[str] = "f7"
+ DEFAULT_HW_TARGET: ClassVar[str] = ""
431
432
def update_from(self, other: "SdkDeployTask") -> None:
433
log.debug(f"deploy task update from {other=}")
0 commit comments