Browse Source

update for automatic port setup and config fallback options

master
Timo Hilger 1 month ago
parent
commit
cc1fdf2fbc
  1. BIN
      Unreal/Content/Project/BP/BP_SerialCom_v4_UE510_SPIE.uasset
  2. 12
      Unreal/Content/Schema/Spie_Config.schema.json

BIN
Unreal/Content/Project/BP/BP_SerialCom_v4_UE510_SPIE.uasset (Stored with Git LFS)

Binary file not shown.

12
Unreal/Content/Schema/Spie_Config.schema.json

@ -21,6 +21,14 @@
"category": "SPIE Management Board"
}
},
{
"ButtonSerialPort":
{
"type": "integer",
"default": 3,
"category": "SPIE Management Board"
}
},
{
"AvatarInstance":
{
@ -70,7 +78,7 @@
"SpieRecordButtonScale":
{
"type": "float",
"default": 1,
"default": 0.84999999999999998,
"category": "Spie_ONE_VisualSetup"
}
},
@ -101,7 +109,7 @@
"MicrofonMaxInputLevel":
{
"type": "float",
"default": 0.02,
"default": 0.050000000000000003,
"category": "Spie_ONE_VisualSetup"
}
},

Loading…
Cancel
Save