Merge remote-tracking branch 'gitlab.steamware/Connect-UI' into develop

This commit is contained in:
Samuele Locatelli
2020-10-30 13:49:40 +01:00
@@ -171,7 +171,7 @@ namespace Thermo.Active.Thermocamera
if (!readCommand(accessorResp, tempCommand, timeoutMS, out response))
return false;
string[] respSplitted = response.Split(';');
string[] respSplitted = response.Replace(",",".").Split(';');
int idxResp = 0;
foreach (var item in points)
{