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

custom esp32 WebServer library which allows for conditional compilation of Auth code #1216

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

craiglink
Copy link
Contributor

leverage custom esp32 WebServer library which conditionally compiles out Authentication code to match our ENABLE_AUTHENTICATION preprocessor definition usage.

craiglink/arduino-esp32-libraries-WebServer@release/v2.x...no-auth

Additionally, it fixes a const array to be static const and reduce RAM usage by 320 bytes.

PR for the static const has been submitted back to espressif : espressif/arduino-esp32#9594

[env:wifi]
RAM: [=== ] 27.1% (used 88944 bytes from 327680 bytes)
Flash: [========= ] 90.8% (used 1785069 bytes from 1966080 bytes)

…out Authentication code to match our ENABLE_AUTHENTICATION preprocessor definition usage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant