- Additional target config options.

- Some tidying
This commit is contained in:
Nav
2025-01-07 22:38:11 +00:00
parent 7605d5e3a0
commit e98a73e687
11 changed files with 70 additions and 19 deletions

View File

@@ -194,6 +194,10 @@ TargetConfig::TargetConfig(const YAML::Node& targetNode) {
this->physicalInterface = physicalInterfaceIt->second;
if (targetNode["resume_on_startup"]) {
this->resumeOnStartup = targetNode["resume_on_startup"].as<bool>(this->resumeOnStartup);
}
if (targetNode["variantName"]) {
Logger::warning(
"The 'variantName' target configuration parameter was removed in v2.0.0. Please use the "