### Board all boards that reference min_spiffs ### Device Description n/a ### Hardware Configuration n/a ### Version v3.3.3 ### Type Bug ### IDE Name Arduino IDE ### Operating System Windows 11 ### Flash frequency n/a ### PSRAM enabled yes ### Upload speed n/a ### Description In boards.txt, this line occurs 199 times: min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/**190KB SPIFFS**) The 190 kB is wrong; **it should say 130 kB** because in min_spiffs.csv, the spiffs partition size is 0x20000, which is 131072 byes, not 190 kB: spiffs, data, spiffs, 0x3D0000,**0x20000,** ### Sketch ```cpp n/a ``` ### Debug Message ```plain n/a ``` ### Other Steps to Reproduce n/a ### I have checked existing issues, online documentation and the Troubleshooting Guide - [x] I confirm I have checked existing issues, online documentation and Troubleshooting guide.