Skip to content

Commit

Permalink
Revert "Decrease max nodes for NRF52 to 80 as workaround to prevent F…
Browse files Browse the repository at this point in the history
…S blowou…"

This reverts commit ea150c3.
  • Loading branch information
thebentern authored Nov 13, 2024
1 parent ea150c3 commit 8a405c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mesh/mesh-pb-constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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]))
Expand Down

0 comments on commit 8a405c8

Please sign in to comment.