Skip to content

Commit ac92013

Browse files
Update version to 1.0, this is functional enough.
1 parent 1bcb7c8 commit ac92013

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# arduino-littlefs-upload README
22
(C) 2023 Earle F. Philhower, III
3-
MIT licensed, see LICENSE.md
43

5-
LittleFS uploader compatible with Arduino IDE 2.2.1 or higher.
4+
MIT licensed, see LICENSE.md
65

7-
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).
6+
LittleFS uploader compatible with Arduino IDE 2.2.1 or higher. 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).
87

98
## Usage
109

11-
`[Ctrl]+[Shift]+[P]``, then "`Upload LittleFS to Pico/ESP8266"
10+
`[Ctrl]+[Shift]+[P]`, then "`Upload LittleFS to Pico/ESP8266`"
1211

1312
## Glitches
1413

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "arduino-littlefs-upload",
33
"displayName": "arduino-littlefs-upload",
44
"description": "Build and uploads LittleFS filesystems for the Arduino-Pico RP2040 core under Arduino IDE 2.2.1 or higher",
5-
"version": "0.0.2",
5+
"version": "1.0.0",
66
"engines": {
77
"vscode": "^1.82.0"
88
},

0 commit comments

Comments
 (0)