mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* companion radio: new CMD_SHARE_CONTACT
* room server: push notify loop interval changed to 2 secs
This commit is contained in:
parent
67c7fc070e
commit
65580c76d0
4 changed files with 79 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ struct PostInfo {
|
|||
};
|
||||
|
||||
#define REPLY_DELAY_MILLIS 1500
|
||||
#define PUSH_NOTIFY_DELAY_MILLIS 1000
|
||||
#define SYNC_PUSH_INTERVAL 1000
|
||||
#define PUSH_NOTIFY_DELAY_MILLIS 2000
|
||||
#define SYNC_PUSH_INTERVAL 2000
|
||||
|
||||
#define PUSH_ACK_TIMEOUT_FLOOD 12000
|
||||
#define PUSH_TIMEOUT_BASE 4000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue