mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-06 18:01:18 +02:00
Update settings.py
This commit is contained in:
@@ -133,7 +133,6 @@ try:
|
||||
signalCooldown = config['radioMon'].getint('signalCooldown', 5) # default 1 second
|
||||
signalCycleLimit = config['radioMon'].getint('signalCycleLimit', 5) # default 5 cycles, used with SIGNAL_COOLDOWN
|
||||
|
||||
messagingSettings
|
||||
responseDelay = config['messagingSettings'].getint('responseDelay', 0.7) # default 0.7
|
||||
splitDelay = config['messagingSettings'].getint('splitDelay', 0) # default 0
|
||||
MESSAGE_CHUNK_SIZE = config['messagingSettings'].getint('MESSAGE_CHUNK_SIZE', 160) # default 160
|
||||
|
||||
Reference in New Issue
Block a user