Skip to content

Trying different configurations to reduce binary sizes #175

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

Closed
wants to merge 4 commits into from
Closed
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
removed DNS client
  • Loading branch information
SuGlider authored May 3, 2024
commit aa3fd8dd3535718b68ede468089d26fec0feaa8a
2 changes: 1 addition & 1 deletion configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CONFIG_OPENTHREAD_DNS64_CLIENT=y
# Optional - it reduces the size of final library binary
# CONFIG_OPENTHREAD_DIAG=n
CONFIG_OPENTHREAD_SRP_CLIENT=y
CONFIG_OPENTHREAD_DNS_CLIENT=y
# CONFIG_OPENTHREAD_DNS_CLIENT=y
CONFIG_OPENTHREAD_COMMISSIONER=y
CONFIG_OPENTHREAD_JOINER=y

Expand Down
Loading