eried / flipperzero-mayhem

Perfect companion for your Flipper Zero. ESP32 with WiFi, BT/BLE, micro-SD, camera+PSRAM, flashlight and extras: NRF24/CC1101, 3V/5V sensors
MIT License
496 stars 26 forks source link

Required lib seem to be missing #13

Closed agentzex closed 9 months ago

agentzex commented 10 months ago

From the required libraries section https://github.com/eried/flipperzero-mayhem/tree/master/esp32cam_marauder/libraries

Seems to be missing this lib: https://github.com/eloquentarduino/EloquentEsp32cam

Without installing it from Arduino lib manager , I received compilation errors about missing #include in MotionDetection.ino

eried commented 9 months ago

Hi, I think you solved this based on the emails you sent me

agentzex commented 9 months ago

Yes I solved it eventually , but what I meant here is that it's missing from the libs folder in this repo ( https://github.com/eried/flipperzero-mayhem/tree/master/esp32cam_marauder/libraries) although, at least for me, it was required for compilation

eried commented 9 months ago

Oh, ok. I will include it. Thanks