You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)'
The text was updated successfully, but these errors were encountered:
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)'
The text was updated successfully, but these errors were encountered: