chaned defualt settings in update software

This commit is contained in:
make-ing 2015-09-10 11:52:17 +02:00
parent 6132fe2da9
commit 304c0919a7

View file

@ -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",
}, },
}, },