config file comments

This commit is contained in:
Mikayla Fischler
2023-06-07 12:25:50 -04:00
parent 0a6fd35f93
commit cf881548d7
3 changed files with 7 additions and 7 deletions

View File

@@ -1,10 +1,10 @@
local config = {}
-- supervisor access channel
-- supervisor comms channel
config.SVR_CHANNEL = 16240
-- coordinator access channel
-- coordinator comms channel
config.CRD_CHANNEL = 16243
-- pocket communication channel
-- pocket comms channel
config.PKT_CHANNEL = 16244
-- max trusted modem message distance (0 to disable check)
config.TRUSTED_RANGE = 0