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