Skip to content
Snippets Groups Projects
Unverified Commit 3a66c738 authored by Ben Meadors's avatar Ben Meadors Committed by GitHub
Browse files

Revert "Decrease max nodes for NRF52 to 80 as workaround to prevent FS blowou…" (#5340)

This reverts commit ea150c32.
parent ea150c32
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,8 @@
/// max number of nodes allowed in the mesh
#ifndef MAX_NUM_NODES
#ifdef ARCH_NRF52
#define MAX_NUM_NODES 80
#else
#define MAX_NUM_NODES 100
#endif
#endif
/// Max number of channels allowed
#define MAX_NUM_CHANNELS (member_size(meshtastic_ChannelFile, channels) / member_size(meshtastic_ChannelFile, channels[0]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment