Browse Source

undo testing changes

Neal Wilson 7 years ago
parent
commit
45739c5a62
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/typica.w

+ 1
- 1
src/typica.w View File

@@ -18283,7 +18283,7 @@ ModbusRTUDevice::ModbusRTUDevice(DeviceTreeModel *model,@| const QModelIndex &in
18283 18283
     Channel *pv = new Channel;
18284 18284
     channels.append(pv);
18285 18285
     pvStub.append(station);
18286
-    pvStub.append((char)0x03);
18286
+    pvStub.append((char)0x04);
18287 18287
     pvaddress = (quint16)attributes.value("pVAddress").toInt();
18288 18288
     char *pvac = (char*)&pvaddress;
18289 18289
     pvStub.append(pvac[1]);

Loading…
Cancel
Save