Flipper-Zero-Camera-Suite
Flipper-Zero-Camera-Suite copied to clipboard
[Feature] WiFi Streaming/Connection
Current prototype: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/pull/36
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?
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!