Skip to content

Commit

Permalink
[ESP32] fix factory partition tool to only generate discriminator as …
Browse files Browse the repository at this point in the history
…well (#25567)
  • Loading branch information
shubhamdp authored and pull[bot] committed Jan 19, 2024
1 parent d2cb500 commit 9690572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tools/generate_esp32_chip_factory_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,8 @@ def any_base_int(s): return int(s, 0)

if args.passcode is not None:
spake2p_params = gen_spake2p_params(args.passcode)
else:
spake2p_params = None

populate_factory_data(args, spake2p_params)

Expand Down

0 comments on commit 9690572

Please sign in to comment.