mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
#47 RTU send should be table not any
This commit is contained in:
parent
c6987f6f67
commit
95c4d51e67
@ -179,7 +179,7 @@ rtu.comms = function (modem, local_port, server_port, conn_watchdog)
|
||||
|
||||
-- send a scada management packet
|
||||
---@param msg_type SCADA_MGMT_TYPES
|
||||
---@param msg any
|
||||
---@param msg table
|
||||
local _send = function (msg_type, msg)
|
||||
local s_pkt = comms.scada_packet()
|
||||
local m_pkt = comms.mgmt_packet()
|
||||
|
Loading…
Reference in New Issue
Block a user