Drop the limit
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@
|
|||||||
(MAX_RX_TOPHONE + MAX_RX_FROMRADIO + 2 * MAX_TX_QUEUE + \
|
(MAX_RX_TOPHONE + MAX_RX_FROMRADIO + 2 * MAX_TX_QUEUE + \
|
||||||
2) // max number of packets which can be in flight (either queued from reception or queued for sending)
|
2) // max number of packets which can be in flight (either queued from reception or queued for sending)
|
||||||
|
|
||||||
static MemoryDynamic<meshtastic_MeshPacket> dynamicPool(MAX_PACKETS);
|
static MemoryDynamic<meshtastic_MeshPacket> dynamicPool;
|
||||||
Allocator<meshtastic_MeshPacket> &packetPool = dynamicPool;
|
Allocator<meshtastic_MeshPacket> &packetPool = dynamicPool;
|
||||||
#else
|
#else
|
||||||
// Embedded targets use static memory pools with compile-time constants
|
// Embedded targets use static memory pools with compile-time constants
|
||||||
|
|||||||
Reference in New Issue
Block a user