Skip to content

Commit

Permalink
fixup! Add support for terms and conditions check and enhanced setup …
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
swan-amazon committed May 8, 2024
1 parent 8975821 commit d329ba7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/platform/device.gni
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,13 @@ declare_args() {
}

declare_args() {
# If non-zero, the currently acknowledged terms and conditions bitfield
chip_tc_accepted_acknowledgements = 0
# If non-zero, the currently acknowledged terms and conditions version
chip_tc_accepted_version = 0
# If non-zero, is the terms and conditions required acknowledgements bitfield
chip_tc_required_acknowledgements = 0
# If non-zero, is the terms and conditions required version
chip_tc_required_version = 0
}

Expand Down

0 comments on commit d329ba7

Please sign in to comment.