Increase the debt ceiling
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
/// Verify baseline assumption of node size. If it increases, we need to reevaluate
|
/// Verify baseline assumption of node size. If it increases, we need to reevaluate
|
||||||
/// the impact of its memory footprint, notably on MAX_NUM_NODES.
|
/// the impact of its memory footprint, notably on MAX_NUM_NODES.
|
||||||
static_assert(sizeof(meshtastic_NodeInfoLite) <= 192, "NodeInfoLite size increased. Reconsider impact on MAX_NUM_NODES.");
|
static_assert(sizeof(meshtastic_NodeInfoLite) <= 200, "NodeInfoLite size increased. Reconsider impact on MAX_NUM_NODES.");
|
||||||
|
|
||||||
/// max number of nodes allowed in the nodeDB
|
/// max number of nodes allowed in the nodeDB
|
||||||
#ifndef MAX_NUM_NODES
|
#ifndef MAX_NUM_NODES
|
||||||
|
|||||||
Reference in New Issue
Block a user