Skip to content
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

disable wps by default, enable if its enabled in core #645

Conversation

liebman
Copy link
Contributor

@liebman liebman commented Jul 7, 2018

In esp8266/Arduino#4889 the core was modified to disable WPS by default. Its only enabled if NO_EXTRA_4K_HEAP is defined. To enable you must re-run the board generator with --noextra4kheap. This adds #ifdef NO_EXTRA_4K_HEAP around WPS usage so it won't generate compiler errors.

disable WPS by default.  Its only enabled if NO_EXTRA_4K_HEAP is defined.
To enable you must re-run the board manager with --noextra4kheap.
This addes #ifdef NO_EXTRA_4K_HEAP arround WPS usage so it won't generate
compiler errors.
@tablatronix tablatronix merged commit b9fcc8f into tzapu:development Jul 7, 2018
@tablatronix tablatronix added the Branch This applies to a branch label Jul 7, 2018
@tablatronix tablatronix added this to the dev milestone Jul 7, 2018
@tablatronix tablatronix added the enhancement Feature Request label Jul 7, 2018
@tablatronix
Copy link
Collaborator

We might want to apply this to hotfixes branch also

@tablatronix
Copy link
Collaborator

I merged this without any esp32 exceptions, because I am pretty sure it needs work for that platform.

@tablatronix
Copy link
Collaborator

#646

@tablatronix
Copy link
Collaborator

hotfixes
704a7ae

@liebman liebman mentioned this pull request Aug 4, 2018
@liebman liebman deleted the only_support_wps_if_no_extra_4k_heap_defined branch August 4, 2018 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Branch This applies to a branch enhancement Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants