config: ascending resolutions

This commit is contained in:
rolux 2013-03-01 11:18:06 +00:00
parent 2a2f06799b
commit 8a071282ea
2 changed files with 2 additions and 2 deletions

View file

@ -719,6 +719,6 @@
"previewRatio": 1.3333333333,
//supported resolutions are
//1080, 720, 480, 432, 360, 288, 240, 144, 96
"resolutions": [480, 240, 96]
"resolutions": [96, 240, 480]
}
}

View file

@ -639,6 +639,6 @@
"previewRatio": 1.3333333333,
//supported resolutions are
//1080, 720, 480, 432, 360, 288, 240, 144, 96
"resolutions": [480, 240, 96]
"resolutions": [96, 240, 480]
}
}