Flipper-Zero-Camera-Suite icon indicating copy to clipboard operation
Flipper-Zero-Camera-Suite copied to clipboard

[Feature] WiFi Streaming/Connection

Open CodyTolene opened this issue 1 year ago ā€¢ 2 comments

Current prototype: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/pull/36

CodyTolene avatar Jan 28 '24 04:01 CodyTolene

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?

spitfire avatar Jan 31 '24 15:01 spitfire

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!

CodyTolene avatar Mar 17 '24 20:03 CodyTolene