Skip to content

Commit

Permalink
Fix globals.set
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 28, 2024
1 parent bf44d65 commit 0bcf62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1016,8 +1016,8 @@ script:
else:
# Initial setup done
- globals.set:
id: initial_setup_done
value: 'true'
id: initial_setup_done
value: 'true'
# Reset step
- globals.set:
id: easy_setup_step
Expand Down

0 comments on commit 0bcf62d

Please sign in to comment.