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

Compilation error #54

Closed
cfficaurzua opened this issue Nov 25, 2022 · 1 comment
Closed

Compilation error #54

cfficaurzua opened this issue Nov 25, 2022 · 1 comment

Comments

@cfficaurzua
Copy link

Hi I got these errors:

image

Can someone help me?
I tried downgrading SdFat to 1.1.4 but more errors appeared.

platformio.ini

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
lib_extra_dirs = ~/Documents/Arduino/libraries
lib_deps =
 SdFat
src_filter =
    +<*.h> +<*.s> +<*.S> +<*.cpp> +<*.c> +<*.ino> +<src/>
    -<.git/> -<data/> -<test/> -<tests/> -<Fonts/> -<Extensions/>
upload_speed = 921600
monitor_speed = 115200
monitor_flags =
	--filter=esp32_exception_decoder

my arduino libraries folder
image

Thanks in advance

@cfficaurzua
Copy link
Author

I resolved by downgrading sdFAT to 2.2.0 instead of the latest version.

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