Skip to content

Commit

Permalink
[Telink] try to use new variable for path
Browse files Browse the repository at this point in the history
  • Loading branch information
s07641069 committed Oct 20, 2023
1 parent caf3c0a commit e10bbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/chef.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def load_config() -> None:
config["ameba"]["MATTER_SDK"] = None
config["ameba"]["MODEL"] = 'D'
config["ameba"]["TTY"] = None
config["telink"]["ZEPHYR_BASE"] = os.environ.get('ZEPHYR_BASE')
config["telink"]["ZEPHYR_BASE"] = os.environ.get('TELINK_ZEPHYR_BASE')
config["telink"]["TTY"] = None

flush_print(yaml.dump(config))
Expand Down

0 comments on commit e10bbac

Please sign in to comment.