Trying to use SPIFFS for my application. I can get some basic code to work in arduino IDE by changing to the “minimal spiffs” partition scheme however when I copy the same code over to VS and use
board_build.partitions = min_spiffs.csv
in the platformio.ini file SPIFFS fails to mount as though I used the wrong scheme. Can’t figure out what exactly I’m supposed to do. I thought I did what it says in the docs. Using ESP32-S3-devkitC from expressif. Thanks in advance for finding whatever obvious thing I’m missing.