Merge branch 'devel' into pocket-alpha-dev

This commit is contained in:
Mikayla Fischler
2024-08-28 21:19:39 -04:00
10 changed files with 18 additions and 11 deletions

View File

@@ -296,6 +296,7 @@ function coordinator.comms(version, nic, sv_watchdog)
-- attempt connection establishment
local function _send_establish()
self.sv_r_seq_num = nil
_send_sv(PROTOCOL.SCADA_MGMT, MGMT_TYPE.ESTABLISH, { comms.version, version, DEVICE_TYPE.CRD })
end

View File

@@ -19,7 +19,7 @@ local renderer = require("coordinator.renderer")
local sounder = require("coordinator.sounder")
local threads = require("coordinator.threads")
local COORDINATOR_VERSION = "v1.5.6"
local COORDINATOR_VERSION = "v1.5.7"
local CHUNK_LOAD_DELAY_S = 30.0