Merge branch 'new/ThermoCamManager' into develop

This commit is contained in:
Samuele E. Locatelli
2021-03-18 11:49:36 +01:00
2 changed files with 5 additions and 1 deletions
@@ -100,7 +100,8 @@ namespace Thermo.Active.Controllers.WebApi
}
// read recipe!
libraryError = ncAdapter.ReadFullRecipe(out Dictionary<string, DTORecipeParam> prevRecipe);
//libraryError = ncAdapter.ReadFullRecipe(out Dictionary<string, DTORecipeParam> prevRecipe);
libraryError = ncAdapter.ReadRecipeData(true, true, out Dictionary<string, DTORecipeParam> prevRecipe);
if (libraryError.IsError())
{
ThermoActiveLogger.LogError($"GetRecipeOverview error | {libraryError.exception}");
+3
View File
@@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}