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

please how fixe this issue SPIFFSEditor.h #56

Open
salahgeek opened this issue Feb 18, 2025 · 2 comments
Open

please how fixe this issue SPIFFSEditor.h #56

salahgeek opened this issue Feb 18, 2025 · 2 comments

Comments

@salahgeek
Copy link

C:\Users\Deamon\Desktop\EvilCrowRFV2\zip\EvilCrowRF-V2-main\EvilCrowRF-V2-main\firmware\v1.3.3\EvilCrow-RFv2\EvilCrow-RFv2.ino:10:10: fatal error: SPIFFSEditor.h: No such file or directory
10 | #include <SPIFFSEditor.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

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

@bmorcelli
Copy link

You need to change the version of EspAsyncWebServer to 1.3.1 for it to work.

you can find this file here in this version

It may cause some other errors if you are using ESP32 v3.x framework in Arduino IDE 2.x, so you´ll need to downgrade to 2.17 or lower.

@joelsernamoreno
Copy link
Owner

Hello

I am programming the firmware from scratch

In the meantime, you can use alternative firmware:

https://github.com/h-RAT/EvilCrowRF_Custom_Firmware_CC1101_FlipperZero

https://github.com/tutejshy-bit/tut-rf

If you want to use the original firmware and not waste time trying to fix the library changes, you can directly flash the .bin of version 1.3.2:

https://github.com/joelsernamoreno/EvilCrowRF-V2/blob/main/firmware/v1.3.2/EvilCrow-RFv2/EvilCrow-RFv2.ino.esp32.bin

The only difference between v1.3.2 and v1.3.3 is that v1.3.2 started to give problems with the updated libraries, I fixed this and now it is happening again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants