Skip to content

typo in boards.txt for min_spiffs: spiffs size is wrong #12035

@galed3e3

Description

@galed3e3

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

n/a

Debug Message

n/a

Other Steps to Reproduce

n/a

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions