RBotFirmware
RBotFirmware copied to clipboard
SD Card not Show
Hello,
I am doing this project, but it does not use the SD card I used. The web interface shows the memory size as 1Mb. I did not make a different pin connection. I did not change the code.
My pin connection is like this;
“fileManager”: {
“spiffsEnabled”: 1,
“spiffsFormatIfCorrupt”: 1,
“sdEnabled”: 1,
“sdMOSI”: “18”,
“sdMISO”: “19”,
“sdCLK”: “5”,
“sdCS”: “21”
},
Can you help me solve the problem?