mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-14 14:31:24 +00:00
Tweak maximums
This commit is contained in:
parent
760471d620
commit
096afa07f8
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
/// max number of QueueStatus packets which can be waiting for delivery to phone
|
/// max number of QueueStatus packets which can be waiting for delivery to phone
|
||||||
#ifndef MAX_RX_QUEUESTATUS_TOPHONE
|
#ifndef MAX_RX_QUEUESTATUS_TOPHONE
|
||||||
#define MAX_RX_QUEUESTATUS_TOPHONE 4
|
#define MAX_RX_QUEUESTATUS_TOPHONE 2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// max number of MqttClientProxyMessage packets which can be waiting for delivery to phone
|
/// max number of MqttClientProxyMessage packets which can be waiting for delivery to phone
|
||||||
#ifndef MAX_RX_MQTTPROXY_TOPHONE
|
#ifndef MAX_RX_MQTTPROXY_TOPHONE
|
||||||
#define MAX_RX_MQTTPROXY_TOPHONE 32
|
#define MAX_RX_MQTTPROXY_TOPHONE 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// max number of ClientNotification packets which can be waiting for delivery to phone
|
/// max number of ClientNotification packets which can be waiting for delivery to phone
|
||||||
|
Loading…
Reference in New Issue
Block a user