Skip to content
Snippets Groups Projects

develop -> main

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -797,7 +797,7 @@ void SingleShotAO::get_device_property()
//- <BoardType> -----------------------
// Case 1 (error): boardType is set to the default value in the database
if (boardType == boardType_default)
if (boardType == boardType_default || boardType == "")
{
errorMessages << "Device property <BoardType> is not set (default value " << boardType_default << " needs to be replaced)" << endl;
critical_properties_missing = true;
Loading