esp32-cam-webserver
esp32-cam-webserver copied to clipboard
src/parsebytes.h: No such file or directory
hello, I just followed the tutorial, but I have two errors. Can you help me ?
Plusieurs bibliothèque trouvées pour "WiFi.h" esp32-cam-webserver:8:10: fatal error: src/parsebytes.h: No such file or directory Utilisé : C:\Users\USER\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\libraries\WiFi #include "src/parsebytes.h" Non utilisé : C:\Program Files (x86)\Arduino\libraries\WiFi ^~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 src/parsebytes.h: No such file or directory
for wifi it's good, just delete the folder in question. On the other hand, for the parsebytes file how to do? he is present!
Hello, i have the same probleme do you have any issu ? THX
What tutorial? Just download the zip, rename from esp32-cam-webserver-master to esp32-cam-webserver. Unzip, follow instructions re ssid and password, compile the main ino file. I have several cameras running this software.
Good for me now .
Since the error is "src/parsebytes.h" we know there has to be a src directory in your sketch directory. Here is what my dir structure looks like.
Issue occurs when you rename the zip file from esp32-cam-webserver-master.zip to esp32-cam-webserver.zip.
When you extract this file it creates esp32-cam-webserver-master folder.
You need to rename this folder as well to esp32-cam-webserver