Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxin812 authored Jul 17, 2024
1 parent 6eea178 commit de6a4ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_template_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
python-version: '3.10'
- name: Configure prerequisites
run: |
export AT_CUSTOM_COMPONENTS="https://github.dev/Luxin812/esp-at/tree/test/examples/at_custom_cmd"
# set module information
silence_mode=1
silence_sdkconfig=module_config/module_wrover-32/sdkconfig_silence.defaults
Expand Down
4 changes: 4 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,10 @@ def setup_env_variables():
idf_path=os.path.join(os.getcwd(), 'esp-idf')
os.environ['IDF_PATH']=idf_path

# set AT_CUSTOM_COMPONENTS
at_custom_cmd_path=os.path.join(os.getcwd(), 'examples/at_custom_cmd')
os.environ['AT_CUSTOM_COMPONENTS']=at_custom_cmd_path

# get ESP-IDF toolchain path and virtual python path
print('PATH is {}'.format(os.environ.get('PATH')))
print('IDF_PYTHON_ENV_PATH is {}'.format(os.environ.get('IDF_PYTHON_ENV_PATH')))
Expand Down

0 comments on commit de6a4ef

Please sign in to comment.