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

Wrappers allowing to compile and run esp32-arduino basic examples #8845

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Feb 2, 2023

Tested with following esp32-arduino examples:

  • AdvancedWebServer
  • FSBrowser
  • HelloServer
  • SimpleAuthentification

Compatibility files are stored into a new WiFi/ library because of name collision with legacy Arduino-avr WiFi library which priority would otherwise take over.

@d-a-v d-a-v added the alpha included in alpha release label Feb 8, 2023
@d-a-v
Copy link
Collaborator Author

d-a-v commented Dec 8, 2023

@JAndrassy your #9044 reminds me of this.
Is your work around Arduino networking libraries portability also extends to higher level APIs ?

@JAndrassy
Copy link
Contributor

Is your work around Arduino networking libraries portability also extends to higher level APIs ?

no.
for networking libraries by Arduino there is no WebServer, mDNS ....
There is something very new for storage

@d-a-v
Copy link
Collaborator Author

d-a-v commented Dec 9, 2023

It seems we can make an adapter for SDFat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha included in alpha release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants