Skip to content

Commit

Permalink
Chef - Fix broken esp32 RPC build caused by project-chip#18621
Browse files Browse the repository at this point in the history
  • Loading branch information
cpagravel committed Jun 23, 2022
1 parent 03de700 commit 20657e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,9 @@ def main(argv: Sequence[str]) -> None:

else:
flush_print("RPC PW disabled")
if (options.build_target == "esp32"):
shell.run_cmd(
f"export SDKCONFIG_DEFAULTS={_CHEF_SCRIPT_PATH}/esp32/sdkconfig.defaults")
if (options.build_target == "esp32"):
shell.run_cmd(
f"export SDKCONFIG_DEFAULTS={_CHEF_SCRIPT_PATH}/esp32/sdkconfig.defaults")

flush_print(
f"Product ID 0x{options.pid:02X} / Vendor ID 0x{options.vid:02X}")
Expand Down

0 comments on commit 20657e7

Please sign in to comment.