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

I have ported ArduinoHttpServer to Arduino Uno R4 WiFi, there is not much work, just few little changes #24

Open
openshwprojects opened this issue Aug 19, 2023 · 2 comments

Comments

@openshwprojects
Copy link

Here is the detailed writeup:
https://www.elektroda.com/rtvforum/topic3996584.html
You can also see my pull request:
#23

@QuickSander
Copy link
Owner

Thanks for the nice write up.

The Base64 lib is indeed an awkward not that often used version. You can also disable the complete BasicAuth code compilation by #define ARDUINO_HTTP_SERVER_NO_BASIC_AUTH.

This successfully removes the need for Base64 library dependencies as a whole.

Somewhere in the future I want to convert the used Base64 lib to a more commonly used one.

@openshwprojects
Copy link
Author

That's good to know.

I can open a pull request with R4 compatibility, I just need to find out which #define is used to mark R4 platform as current, so I can switch some things, like, for example, use WiFiS3.h instead of WiFi.h

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

No branches or pull requests

2 participants