Skip to content

Conversation

@RootDmytro
Copy link

disabled SPIFFS redeclaration that was creating declaration conflict as a byproduct in sources that would include JPEGDecoder.h This was the cause of error:
JPEGDecoder.h:48:20: error: conflicting declaration 'fs::SPIFFSFS LittleFS'
whenever JPEGDecoder.h was included before inclusion of SPIFFS-related headers, such as TFT_eSPI.h.

disabled SPIFFS redeclaration that was creating declaration conflict as a byproduct in sources that would include JPEGDecoder.h
This was the cause of error:
JPEGDecoder.h:48:20: error: conflicting declaration 'fs::SPIFFSFS LittleFS'
whenever JPEGDecoder.h was included before inclusion of SPIFFS-related headers.
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

Successfully merging this pull request may close these issues.

1 participant