-
Notifications
You must be signed in to change notification settings - Fork 64
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
Compilation Error #51
Comments
So I did two things, it looked like arduino IDE had been installed twice as there where library folders in 2 places. That fixed the spiffs error and then I just had to select the right USB port as I started using another Its working good here ============================================ /home/sdv/Desktop/EVILCROWWW/EvilCrowRF-V2-1.3.3/firmware/v1.3.3/EvilCrow-RFv2/EvilCrow-RFv2.ino:14:10: fatal error: SPIFFSEditor.h: No such file or directory Compilation error: SPIFFSEditor.h: No such file or directory |
Thank you for the feedback. I checked it’s not in two places. I’m still having the issue. |
Has the developer abandoned this program? I'm sure you're not the only one that's read this. It's very strange that all files are downloaded. SP web server has spiff editor, but Arduino can't find file or directory. Very strange. |
No the developer is still here he just updated the firmware like 2 weeks ago to fix it for us all. Post your error. I found my lack in arduino/c+ experience was responsible for my problems. Compiling and uploading. |
I have no C+ experience so this is the error that I get and I don’t understand why it can’t find the spiffs editor because it’s in the library. I feel that I’ve done everything in the list correctly. But obviously not. I guess maybe I need a more step-by-step detail for my lack of experience. Thanks again for your feedback. Totally appreciated. home/sdv/Desktop/EVILCROWWW/EvilCrowRF-V2-1.3.3/firmware/v1.3.3/EvilCrow-RFv2/EvilCrow-RFv2.ino:14:10: fatal error: SPIFFSEditor.h: No such file or directory Compilation error: SPIFFSEditor.h: No such file or directory compilation terminated. |
Hello Your error indicates that the SPIFFSEditor.h file does not exist SPIFFSEditor.h is a component of the ESPAsyncWebServer library. You have to download the ESPAsyncWebServer library in your Arduino library directory as indicated in the documentation of the repository |
Thanks for the info, ESPAasyncwebserver 3.3.22 is installed. |
As to why you and I were missing the library file I don't know, but if you google the filename and download the SPIFFSEditor.h file you can manually move it into your EvilCrowv2 folder inside your Arduino folder. I mean, I'm also hitting a compilation error (in case you run into it and I've solved it by then, it's "Compilation error: 'virtual bool SPIFFSEditor::canHandle(AsyncWebServerRequest*)' marked 'override', but does not override") but I got past the one you're running into by doing the above. |
OK, I'll give that a try. Thanks for the info. Appreciate that. |
I’ve completed numerous projects without encountering any issues. However, this particular project presents a significant challenge for me. |
Hello @Korthon Can you attach an image of your arduino library directory and an image of the ESPAsyncWebServer library contents? |
Sorry I couldn't get a snapshot with my laptop. I opened up the SRC and couldn't find spiffs in there. |
I downloaded as many as I could. no luck. Thank you for the suggestion. |
I was in the same boat as you and I was fried over it. You need to delete
all the libraries, delete your sketchbook. Delete the zip files and then
start from scratch...also look up the H-Rat firmware. It's pretty.
…On Sun, Dec 1, 2024, 2:38 PM Korthon ***@***.***> wrote:
I downloaded as many as I could. no luck. Thank you for the suggestion.
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BICOOPSIVWZZ6ZFTHJ2FSXD2DNQUVAVCNFSM6AAAAABRPUYW5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMJQGIZDCNZZG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Keep receiving the following error when trying to compile 1.3.3 EvilCrowRF-V2 using Ardiuno 2.3.3. Also using the additional board : https://espressif.github.io/arduino-esp32/package_esp32_index.json
D:\EvilCrowRF-V2-1.3.3\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
I've followed all your steps, but I don't find the SPIFFSEditor.h in the path. Not sure why it is looking for it in EvilCrow-RFv2.ino, it is not like the file can be uploaded there. Right? Just a newbe obviously. Thanks in advance for any assistance.
The text was updated successfully, but these errors were encountered: