Skip to content

Commit

Permalink
update test for modbus request api change
Browse files Browse the repository at this point in the history
  • Loading branch information
salhk committed Jul 15, 2024
1 parent 5f2c417 commit 5064ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/librariestest/device.tbs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ end sub
function var_temp_raw_update() as word


modbus_master_request(1, ReadHoldingRegisters, 300, 1, "", SER_TBT05_S1_NAME, modbus_RTU)
modbus_master_request(1, ReadHoldingRegisters, 300, 1, "", SER_TBT05_S1_NAME, modbus_RTU,1)
end function


Expand Down

0 comments on commit 5064ea1

Please sign in to comment.