Skip to content

Commit 1bcb7c8

Browse files
Update README
1 parent c89333d commit 1bcb7c8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
(C) 2023 Earle F. Philhower, III
33
MIT licensed, see LICENSE.md
44

5-
Really rough LittleFS uploader compatiblew with Arduino IDE 2.2.1 or higher.
5+
LittleFS uploader compatible with Arduino IDE 2.2.1 or higher.
6+
67
For use with the [Raspberry Pi Pico RP2040 Arduino core `arduino-pico`](https://github.com/earlephilhower/arduino-pico) and the community [ESP8266 Arduino core](https://github.com/esp8266/Arduino).
78

89
## Usage
@@ -11,9 +12,11 @@ For use with the [Raspberry Pi Pico RP2040 Arduino core `arduino-pico`](https://
1112

1213
## Glitches
1314

14-
The first sketch auto-opened by the IDE presently has corrupted state and uploads cannot be done on it.
15-
You need to open another sketch, close the first auto-opened sketch, and then re-open it to upload for that one.
16-
You also need to run a build/compile (upload of sketch is uptional) one time for certain file system parameters to be available.
15+
The first sketch auto-opened by the IDE presently may have corrupted state which causes uploads to fail.
16+
To work around this, you can change the board once (to anything) and then change it back to your proper board.
17+
You can also open another sketch, close the auto-opened one, then re-open it.
18+
19+
A fix is already in the Arduino repository for this issue.
1720

1821
## Installation
1922

arduino-littlefs-upload-0.0.2.vsix

42 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)