CodyTolene / Flipper-Zero-Camera-Suite

Firmware and software to run an ESP32-CAM module on your Flipper Zero🐬device!
BSD 3-Clause "New" or "Revised" License
70 stars 4 forks source link

[Feature] WiFi Streaming/Connection #35

Open CodyTolene opened 5 months ago

CodyTolene commented 5 months ago

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

spitfire commented 5 months ago

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 commented 3 months ago

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!