diff --git a/src/mesh/MeshTypes.h b/src/mesh/MeshTypes.h index 07f3eb74a..c808e97ca 100644 --- a/src/mesh/MeshTypes.h +++ b/src/mesh/MeshTypes.h @@ -64,12 +64,6 @@ enum RxSource { // Currently set to 1 hour because that is the minimum interval for nodeinfo broadcasts #define RECENCY_THRESHOLD_MINUTES 60 -#define NUM_UNKNOWN_NODE_COUNTERS 64 - -#define BITS_PER_UNKNOWN_NODE_COUNTER 4 - -#define BLOOM_HASH_FUNCTIONS 2 - typedef int ErrorCode; /// Alloc and free packets to our global, ISR safe pool diff --git a/src/mesh/NodeDB.h b/src/mesh/NodeDB.h index 786aeb1cb..a554e546d 100644 --- a/src/mesh/NodeDB.h +++ b/src/mesh/NodeDB.h @@ -211,7 +211,7 @@ class NodeDB bool saveChannelsToDisk(); bool saveDeviceStateToDisk(); - bool isValidCandidateForCoverage(const meshtastic_NodeInfoLite &node) + bool isValidCandidateForCoverage(const meshtastic_NodeInfoLite &node); }; extern NodeDB *nodeDB;