mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8134917c51
* Revert Refactor/Optimization of PR1312 * LED Layout - Only update preview image when visible * Revert Debug updates * Correct Refactor/Optimization of PR1312 * LedSim: Do not stream LED data when not required, LedS-im/Layout: Sync on video streaming * Remove initial switch to instance 0 during API init
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"version": "0.2.1",
|
|
"defaults": {},
|
|
"configurations": [
|
|
{
|
|
"type": "default",
|
|
"project": "CMakeLists.txt",
|
|
"projectTarget": "hyperiond.exe (bin\\hyperiond.exe)",
|
|
"name": "Run hyperion with debug option and external console",
|
|
"args": [
|
|
"-d",
|
|
"-c"
|
|
],
|
|
"externalConsole": true
|
|
}
|
|
]
|
|
}
|