mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-04 18:49:00 +00:00
removed unused defines
This commit is contained in:
parent
10103fe058
commit
2e3283b2fb
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user