From 4dde0de70a5e938c7a1202cad34d13157c49d79d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 31 Aug 2020 10:15:02 +0200 Subject: [PATCH] fix gestione forcing rilettura status overview --- Thermo.Active.NC/NcAdapter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Active.NC/NcAdapter.cs b/Thermo.Active.NC/NcAdapter.cs index 004acca4..d285a3ee 100644 --- a/Thermo.Active.NC/NcAdapter.cs +++ b/Thermo.Active.NC/NcAdapter.cs @@ -2316,6 +2316,7 @@ namespace Thermo.Active.NC { currOverview = NcFileAdapter.RecipeLiveData.RecipeOverview; } +#endif bool changed = false; foreach (var item in recipeConfig) @@ -2331,7 +2332,6 @@ namespace Thermo.Active.NC { NcFileAdapter.RecipeLiveData.RecipeOverview = currOverview; } -#endif // ORA percorro conf ricetta x cercare eventuali ERRORI...... foreach (var item in recipeConfig)