Skip to content

Commit 83761e3

Browse files
committed
Merge branch 'release-candidate' into release
2 parents 7c28481 + a62d3cb commit 83761e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.2.4.1

ufbt/bootstrap.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ def _func(self, args) -> int:
606606
else:
607607
if current_task.mode:
608608
task_to_deploy = current_task
609+
# No previous state, use default hw target
610+
if not task_to_deploy.hw_target:
611+
task_to_deploy.hw_target = SdkDeployTask.DEFAULT_HW_TARGET
609612
else:
610613
log.warn("No previous SDK state was found, fetching latest release")
611614
task_to_deploy = SdkDeployTask.default()

0 commit comments

Comments
 (0)