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
Hi,
I compiled yesterday, check my fork or check this commit.
Some changes are made on ESP-IDF since this lib are published. This is why we get errors during compiling the demo.
Let me known if you can't get successful build.
Toolchain path: .../esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: esp32-2019r1
Compiler version: 8.2.0
.../ESP32_TFT_library/components/spiffs/spiffs_nucleus.c:682:346:
error: self-comparison always evaluates to false [-Werror=tautological-compare]
SPIFFS_VALIDATE_OBJIX(objix->p_hdr, obj_id, objix->p_hdr.span_ix);
The text was updated successfully, but these errors were encountered: