Skip to content

Commit 3cc68f8

Browse files
Fix minor FS documentation issues (#1738)
1 parent 4f94578 commit 3cc68f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ The following diagram shows the flash layout used in Arduino-Pico:
1818

1919
::
2020

21-
|---------------------|-------------|----|
22-
^ ^ ^
23-
Sketch File system EEPROM
21+
|----|---------------------|-------------|----|
22+
^ ^ ^ ^
23+
OTA Sketch File system EEPROM
2424

2525
The file system size is configurable via the IDE menus, rom 64k up to 15MB
2626
(assuming you have an RP2040 boad with that much flash)
@@ -75,7 +75,7 @@ Uploading Files to the LittleFS File System
7575
menu item to **Tools** menu for uploading the contents of sketch data
7676
directory into a new LittleFS flash file system.
7777

78-
- Download the tool: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
78+
- Download the tool for your IDE version ( IDE 1.x: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases , IDE 2.x: https://github.com/earlephilhower/arduino-littlefs-upload/releases )
7979
- In your Arduino sketchbook directory, create ``tools`` directory if
8080
it doesn't exist yet.
8181
- Unpack the tool into ``tools`` directory (the path will look like

0 commit comments

Comments
 (0)