Update version to 1.0, this is functional enough.

This commit is contained in:
Earle F. Philhower, III
2023-09-28 16:56:22 -07:00
parent 1bcb7c8466
commit ac92013a12
4 changed files with 6 additions and 7 deletions

View File

@ -1,14 +1,13 @@
# arduino-littlefs-upload README
(C) 2023 Earle F. Philhower, III
MIT licensed, see LICENSE.md
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).
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).
## Usage
`[Ctrl]+[Shift]+[P]``, then "`Upload LittleFS to Pico/ESP8266"
`[Ctrl]+[Shift]+[P]`, then "`Upload LittleFS to Pico/ESP8266`"
## Glitches

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "arduino-littlefs-upload",
"version": "0.0.2",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "arduino-littlefs-upload",
"version": "0.0.2",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"tmp": "^0.2.1"

View File

@ -2,7 +2,7 @@
"name": "arduino-littlefs-upload",
"displayName": "arduino-littlefs-upload",
"description": "Build and uploads LittleFS filesystems for the Arduino-Pico RP2040 core under Arduino IDE 2.2.1 or higher",
"version": "0.0.2",
"version": "1.0.0",
"engines": {
"vscode": "^1.82.0"
},