Write Hyperion version into default config on compiling.

This commit is contained in:
Paulchen Panther
2021-05-07 21:05:13 +02:00
parent da60a07b98
commit a52965d6ed
2 changed files with 9 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
"general" :
{
"name" : "My Hyperion Config",
"configVersion": "2.0.0-alpha.9",
"previousVersion": "2.0.0-alpha.9",
"configVersion": "configVersionValue",
"previousVersion": "previousVersionValue",
"watchedVersionBranch" : "Stable",
"showOptHelp" : true
},
@@ -96,7 +96,7 @@
"framegrabber" :
{
"device" : "auto",
"input" : 0,
"input" : 0,
"width" : 80,
"height" : 45,
"fps" : 10,