Rework some things

This commit is contained in:
Ben Meadors
2024-11-16 05:58:07 -06:00
parent 1b99543a15
commit add70b5229
4 changed files with 4 additions and 6 deletions
+1 -5
View File
@@ -1,7 +1,7 @@
#pragma once
#include <vector>
#include "architecture.h"
#include "mesh/generated/meshtastic/admin.pb.h"
#include "mesh/generated/meshtastic/deviceonly.pb.h"
#include "mesh/generated/meshtastic/localonly.pb.h"
@@ -21,12 +21,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
#define MAX_NUM_NODES_FS 100