mirror of
https://gitcode.com/gh_mirrors/ar/arduino-littlefs-upload.git
synced 2025-08-06 18:24:30 +08:00
Rename to arduino-littlefs-uploader
No longer monoplatform
This commit is contained in:
Binary file not shown.
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "pico-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "pico-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"version": "0.0.2",
|
"version": "0.0.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
10
package.json
10
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pico-littlefs-upload",
|
"name": "arduino-littlefs-upload",
|
||||||
"displayName": "pico-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": "0.0.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/earlephilhower/pico-littlefs-upload"
|
"url": "https://github.com/earlephilhower/arduino-littlefs-upload"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
@ -18,8 +18,8 @@
|
|||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [
|
||||||
{
|
{
|
||||||
"command": "pico-littlefs-upload.uploadLittleFS",
|
"command": "arduino-littlefs-upload.uploadLittleFS",
|
||||||
"title": "Upload LittleFS to Pico"
|
"title": "Upload LittleFS to Pico/ESP8266"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -29,7 +29,7 @@ export function activate(context: vscode.ExtensionContext) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Register the command
|
// Register the command
|
||||||
let disposable = vscode.commands.registerCommand('pico-littlefs-upload.uploadLittleFS', () => {
|
let disposable = vscode.commands.registerCommand('arduino-littlefs-upload.uploadLittleFS', () => {
|
||||||
//let str = JSON.stringify(arduinoContext, null, 4);
|
//let str = JSON.stringify(arduinoContext, null, 4);
|
||||||
//console.log(str);
|
//console.log(str);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user