Merge branch 'meshtastic:master' into userPrefs

This commit is contained in:
Michael Gjelsø 2024-11-13 17:29:44 +01:00 committed by GitHub
commit 555d562c8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]))