add messagingSettings

This commit is contained in:
Nestpebble
2024-09-16 00:44:46 +01:00
committed by GitHub
parent 4f4dbfbc6f
commit 286db4fbea

View File

@@ -106,4 +106,9 @@ signalDetectionThreshold = -10
signalHoldTime = 10
# the following are combined to reset the monitor
signalCooldown = 5
signalCycleLimit = 5
signalCycleLimit = 5
[messagingSettings]
responseDelay = 0.7 # delay in seconds for response to avoid message collision
splitDelay = 0.7 # delay in seconds for splits in messages to avoid message collision
MESSAGE_CHUNK_SIZE = 160 # message chunk size for sending at high success rate