Skip to content

Build and integrate slave firmware #117

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jul 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ensure ccache is on
  • Loading branch information
Jason2866 authored Jul 11, 2025
commit 576c7b4bc8ff8a145e1199e023adbd77d0ebf4b0
2 changes: 1 addition & 1 deletion tools/compile_slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# This script is used to build the slave image for wifi_hosted

export IDF_CCACHE_ENABLE=$CCACHE_ENABLE
export IDF_CCACHE_ENABLE=${CCACHE_ENABLE:-1}

rm -rf dependencies.lock

Expand Down