Merge branch 'Development-Marlin' into Development
This commit is contained in:
commit
5360158545
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ $(function(){
|
||||||
var config = {
|
var config = {
|
||||||
type: 'github',
|
type: 'github',
|
||||||
host: 'https://api.github.com',
|
host: 'https://api.github.com',
|
||||||
owner: 'thinkyhead',
|
owner: 'MarlinFirmware',
|
||||||
repo: 'Marlin',
|
repo: 'Marlin',
|
||||||
ref: 'marlin_configurator',
|
ref: 'Development',
|
||||||
path: 'Marlin/configurator/config'
|
path: 'Marlin/configurator/config'
|
||||||
};
|
};
|
||||||
/**/
|
/**/
|
||||||
|
|
Reference in a new issue