-
Notifications
You must be signed in to change notification settings - Fork 35
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
Loads of errors when trying to compile #15
Comments
same... |
Hi, note: I am using esp32 board manager version 3.5.0 as the newer version seems to have issues with SPIFFS causing the esp32cam to restart. |
In file included from /Users/mfb/Desktop/CameraWifiMotion/CameraWifiMotion/CameraWifiMotion.ino:179:0: |
I fixed the main issues with compiling on my fork: The main issues were that the wifi settings were defined in wifi.h, which is the same name as the library itself, so it looped. |
I thought maybe the issues are when using Arduino IDE (as I use PlatformIO) so I just tried it but it compiles fine for me? |
@NorthyIE Can you share the repository? The link is broken and I don't see it on the list of your repositories. Thank you!!! |
Hi,
I can't get your code to compile at all trying both the Arduino IDE or platformIO.
In platformIO I get all kind of errors, from redifinitions to items not declared in scope, etc.
Using the ArduinoIDE I mainly get "error: too many arguments to function 'String currentTime()'" in multiple files.
I have made no changes (except organizing the files in their respective folders required for platformIO).
Any chance you could have a look at this?
The text was updated successfully, but these errors were encountered: