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
|
# arduino-littlefs-upload README
|
||||||
(C) 2023 Earle F. Philhower, III
|
(C) 2023 Earle F. Philhower, III
|
||||||
|
|
||||||
MIT licensed, see LICENSE.md
|
MIT licensed, see LICENSE.md
|
||||||
|
|
||||||
LittleFS uploader compatible with Arduino IDE 2.2.1 or higher.
|
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).
|
||||||
|
|
||||||
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
|
## Usage
|
||||||
|
|
||||||
`[Ctrl]+[Shift]+[P]``, then "`Upload LittleFS to Pico/ESP8266"
|
`[Ctrl]+[Shift]+[P]`, then "`Upload LittleFS to Pico/ESP8266`"
|
||||||
|
|
||||||
## Glitches
|
## Glitches
|
||||||
|
|
||||||
|
Binary file not shown.
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "arduino-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"version": "0.0.2",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "arduino-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"version": "0.0.2",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tmp": "^0.2.1"
|
"tmp": "^0.2.1"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "arduino-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"displayName": "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",
|
"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": {
|
"engines": {
|
||||||
"vscode": "^1.82.0"
|
"vscode": "^1.82.0"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user