-
Notifications
You must be signed in to change notification settings - Fork 91
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
conflicting declaration 'SdFat SD' #4
Comments
Sorry hadn't had time to look into it until now! I wasn't really able to get it running stable on my ESP8266 boards again. I think there are huge differences in terms of performance depending on your surrounding WiFi traffic and the ESP8266 chip/board you're using. So keep that in mind please :) |
I can't seem to get this working on the ESP8266, I keep getting this error: I think it has to do with the PCAP.H including SdFat in the If statements:
Are these additional libraries we need to install ? |
Try it with esp8266 community version 2.3.0 it worked for me .. |
It only works with SdFat v2.0.1 since SdFat changed a lot and the project isn't maintained for 3 years. Considering it's an open-source project, someone might update the code to work with the latest SdFat library but, who that will be right? |
The text was updated successfully, but these errors were encountered: