mirror of
https://gitcode.com/gh_mirrors/ar/arduino-littlefs-upload.git
synced 2025-08-06 18:24:30 +08:00
Update version to 1.0, this is functional enough.
This commit is contained in:
@ -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
|
||||
|
||||
|
Binary file not shown.
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user