CUST: - FwUpdateSw: - handling appId as UInt16 instead of Byte
This commit is contained in:
parent
6a88734902
commit
3f53efa965
@ -1000,7 +1000,7 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw
|
||||
var row = _dataTable.NewRow();
|
||||
//application information read from configuration
|
||||
row[Resources.StrTableAppName] = meterApp.AppName;
|
||||
row[Resources.StrTableAppId] = MeterFwUpdate.ConvertAppIdToString(meterApp.AppId);
|
||||
row[Resources.StrTableAppId] = MeterFwUpdate.ConvertAppIdToString((Byte)meterApp.AppId);
|
||||
|
||||
_dataTable.Rows.Add(row);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user