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

How to complie? #26

Open
kobraevents opened this issue Feb 6, 2024 · 0 comments
Open

How to complie? #26

kobraevents opened this issue Feb 6, 2024 · 0 comments

Comments

@kobraevents
Copy link

Hey guys,
i got some multiple errors: most of them caused by "cant complie for board esp8266" & "SdFat" erros.
which combination do you use to get it to run? IDE Version, SDFat Version, ESPlib Version.
Iam using; SDFat lastet, IDE 1.8.18, ESP 2.0

Error:
C:\Users\Icess\Desktop\sketch_feb06a\sketch_feb06a.ino: In function 'void setup()':
sketch_feb06a:48:50: error: no matching function for call to 'ESPWebDAV::init(int, long unsigned int, int)'
if(!dav.init(SD_CS, SPI_FULL_SPEED, SERVER_PORT)) {
^
C:\Users\Icess\Desktop\sketch_feb06a\sketch_feb06a.ino:48:50: note: candidate is:
In file included from C:\Users\Icess\Desktop\sketch_feb06a\sketch_feb06a.ino:8:0:
C:\Users\Icess\Documents\Arduino\libraries\ESPWebDAV/ESPWebDAV.h:25:7: note: bool ESPWebDAV::init(int, SPISettings, int)
bool init(int chipSelectPin, SPISettings spiSettings, int serverPort);
^
C:\Users\Icess\Documents\Arduino\libraries\ESPWebDAV/ESPWebDAV.h:25:7: note: no known conversion for argument 2 from 'long unsigned int' to 'SPISettings'
Mehrere Bibliotheken wurden für "SdFat.h" gefunden
Benutzt: C:\Users\Icess\Documents\Arduino\libraries\SdFat-2.2.2
Nicht benutzt: C:\Users\Icess\Documents\Arduino\libraries\SdFat_-_Adafruit_Fork
Mehrere Bibliotheken wurden für "Hash.h" gefunden
Benutzt: C:\Users\Icess\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.0\libraries\Hash
Nicht benutzt: C:\Users\Icess\Documents\Arduino\libraries\AsyncElegantOTA
exit status 1
no matching function for call to 'ESPWebDAV::init(int, long unsigned int, int)'

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

1 participant