You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Here is the detailed writeup:
https://www.elektroda.com/rtvforum/topic3996584.html
You can also see my pull request:
#23
The text was updated successfully, but these errors were encountered: