hpsaturn / easy-preferences

ESP32 Preferences abstraction and manager. It includes a basic keys manifest and auto setters to streamline implementation.
GNU General Public License v3.0
1 stars 1 forks source link

Compile error with esp_vfs_fat #5

Open jgauchia opened 2 months ago

jgauchia commented 2 months ago

Hi, When I include the esp_vfs_fat.h raise compile error imagen

It seems that a problem with UINT redefinition? Thank you

jgauchia commented 2 months ago

temporary renamed to UINT2 in my code to try to compile

jgauchia commented 2 months ago

Created PR

hpsaturn commented 2 months ago

I review it and it could be work, but before please share me how to replicate this issue, maybe using a recipe or branch to replicate the issue. Is weird because in the library I was using the enum call. I'm curious.

jgauchia commented 2 months ago

Ok,

I think that this branch has the issue

https://github.com/jgauchia/IceNav-v3/tree/Change-SD-to-ESP-IDF