Skip to content

disabled unused macro declaration that was causing conflict#90

Open
RootDmytro wants to merge 1 commit intoBodmer:masterfrom
RootDmytro:patch-1
Open

disabled unused macro declaration that was causing conflict#90
RootDmytro wants to merge 1 commit intoBodmer:masterfrom
RootDmytro:patch-1

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