Open wh1ter0z opened 1 year ago
I have the same problems... Do you resolve this?
I have the same problems... Do you resolve this?
Yes solved text me on Telegram @Thereisnomind
What board are you compiling this for? What marauder hardware version do you have enabled in the config file? Need more context
from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.cpp:1:
C:\Users\user\Documents\Arduino\libraries\JPEGDecoder\src/JPEGDecoder.h:48:20: error: conflicting declaration 'fs::SPIFFSFS LittleFS'
#define SPIFFS LittleFS
^~~~~~~~
C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SPIFFS\src/SPIFFS.h:39:21: note: in expansion of macro 'SPIFFS'
extern fs::SPIFFSFS SPIFFS;
^~~~~~
In file included from C:\Users\user\Documents\Arduino\libraries\JPEGDecoder\src/JPEGDecoder.h:47,
from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.h:10,
from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.cpp:1:
C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\LittleFS\src/LittleFS.h:39:23: note: previous declaration as 'fs::LittleFSFS LittleFS'
extern fs::LittleFSFS LittleFS;
^~~~~~~~
Multiple libraries were found for "SD.h"
Used: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SD
Not used: C:\Users\user\AppData\Local\Arduino15\libraries\SD
exit status 1
Compilation error: exit status 1
possibly the same problem
from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.cpp:1: C:\Users\user\Documents\Arduino\libraries\JPEGDecoder\src/JPEGDecoder.h:48:20: error: conflicting declaration 'fs::SPIFFSFS LittleFS' #define SPIFFS LittleFS ^~~~~~~~ C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SPIFFS\src/SPIFFS.h:39:21: note: in expansion of macro 'SPIFFS' extern fs::SPIFFSFS SPIFFS; ^~~~~~ In file included from C:\Users\user\Documents\Arduino\libraries\JPEGDecoder\src/JPEGDecoder.h:47, from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.h:10, from C:\Users\user\Downloads\ESP32Marauder-0.13.3\ESP32Marauder-0.13.3\esp32_marauder\Display.cpp:1: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\LittleFS\src/LittleFS.h:39:23: note: previous declaration as 'fs::LittleFSFS LittleFS' extern fs::LittleFSFS LittleFS; ^~~~~~~~ Multiple libraries were found for "SD.h" Used: C:\Users\user\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SD Not used: C:\Users\user\AppData\Local\Arduino15\libraries\SD exit status 1 Compilation error: exit status 1
possibly the same problem
fixed text me in telegram i will help you
What board are you compiling this for? What marauder hardware version do you have enabled in the config file? Need more context
fixed sir
cant you answer here?
need to give you libraries
cant you answer here?
u have to update custom libs
ok
ok
https://github.com/wh1ter0z/ESP32Marauder/tree/master/esp32_marauder libraries / libraries.rar
customise your display in tft folder
Thx I will check it out
Mine also solved but required additionals adjustment toward esp32 platform.txt
I just solved this issue in a very simple way, go to the JPEGDecoder.h at the libraries forder open it, search for #define SPIFFS LittleFS and rename SPIFFS to SPIFFS_JPG or anything different from SPIFFS because SPIFFS is used at the display.h and we cannot have two declarations with the same name. Important this declaration is present twice in the JPEGDecoder.h so you need to change both
+++ This error not fixed