Merge remote-tracking branch 'gitlab.steamware/Connect-UI' into develop
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user