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

[Feature] WiFi Streaming/Connection #35

Open
CodyTolene opened this issue Jan 28, 2024 · 2 comments · Fixed by #36
Open

[Feature] WiFi Streaming/Connection #35

CodyTolene opened this issue Jan 28, 2024 · 2 comments · Fixed by #36
Assignees
Labels
help wanted Extra attention is needed new feature

Comments

@CodyTolene
Copy link
Owner

CodyTolene commented Jan 28, 2024

Current prototype: #36

@CodyTolene CodyTolene added help wanted Extra attention is needed new feature labels Jan 28, 2024
@CodyTolene CodyTolene self-assigned this Jan 30, 2024
@spitfire
Copy link

I've tried building firmware from this branch (on commit b348254) and it is failing for me with:

In file included from /Users/mieszko/GitHub/Flipper-Zero-Camera-Suite/firmware/firmware.h:10,
                 from /Users/mieszko/GitHub/Flipper-Zero-Camera-Suite/firmware/firmware.ino:1:
/Users/mieszko/GitHub/Flipper-Zero-Camera-Suite/firmware/stream_to_wifi.h:8:10: fatal error: ESPAsyncWebServer.h: No such file or directory
 #include <ESPAsyncWebServer.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

exit status 1

Compilation error: ESPAsyncWebServer.h: No such file or directory

Is it a dependency that's missing from the project files?

CodyTolene added a commit that referenced this issue Mar 3, 2024
[#35] Wi-Fi Features (for Flipper Firmware v0.98-rc+) - Updates
@CodyTolene CodyTolene linked a pull request Mar 3, 2024 that will close this issue
@CodyTolene
Copy link
Owner Author

Hi @spitfire sorry for the late reply yep those were new files I believe a part of expressif's library. I'm still looking into this feature but will follow up when/if I complete it. Thanks for checking it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants