Merge branch 'new/ThermoCamManager' into develop
This commit is contained in:
@@ -100,7 +100,8 @@ namespace Thermo.Active.Controllers.WebApi
|
|||||||
}
|
}
|
||||||
|
|
||||||
// read recipe!
|
// 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())
|
if (libraryError.IsError())
|
||||||
{
|
{
|
||||||
ThermoActiveLogger.LogError($"GetRecipeOverview error | {libraryError.exception}");
|
ThermoActiveLogger.LogError($"GetRecipeOverview error | {libraryError.exception}");
|
||||||
|
|||||||
Generated
+3
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user