changed default settings for testing
This commit is contained in:
parent
48cbe8eded
commit
17f7e1171d
1 changed files with 6 additions and 15 deletions
|
|
@ -136,25 +136,16 @@ class SoftwareUpdatePlugin(octoprint.plugin.BlueprintPlugin,
|
||||||
"restart": "octoprint"
|
"restart": "octoprint"
|
||||||
},
|
},
|
||||||
"svgtogcode": {
|
"svgtogcode": {
|
||||||
"update_folder": "/home/pi/mrbeam-inkscape-ext",
|
"checkout_folder": "/home/pi/mrbeam-inkscape-ext",
|
||||||
"type": "github_commit",
|
"type": "git_commit"
|
||||||
"repo": "mrbeam-inkscape-ext",
|
|
||||||
"user": "mrbeam",
|
|
||||||
"branch": "mrbeam-stable"
|
|
||||||
},
|
},
|
||||||
"lcd": {
|
"lcd": {
|
||||||
"update_folder": "/home/pi/lcd",
|
"checkout_folder": "/home/pi/lcd",
|
||||||
"type": "github_commit",
|
"type": "git_commit"
|
||||||
"repo": "lcd",
|
|
||||||
"user": "mrbeam",
|
|
||||||
"branch": "mrbeam-stable"
|
|
||||||
},
|
},
|
||||||
"netconnectd": {
|
"netconnectd": {
|
||||||
"update_folder": "/home/pi/netconnectd",
|
"checkout_folder": "/home/pi/netconnectd",
|
||||||
"type": "github_commit",
|
"type": "git_commit"
|
||||||
"repo": "lcd",
|
|
||||||
"user": "mrbeam",
|
|
||||||
"branch": "mrbeam-stable"
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue