mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
feat: add flood path hop limit and related preferences
This commit is contained in:
parent
49b37d5622
commit
6efd8cf34b
4 changed files with 32 additions and 2 deletions
|
|
@ -78,6 +78,8 @@ struct NeighbourInfo {
|
|||
|
||||
#define FIRMWARE_ROLE "repeater"
|
||||
|
||||
#define DEFAULT_FLOOD_PATH_MAX 12
|
||||
|
||||
#define PACKET_LOG_FILE "/packet_log"
|
||||
|
||||
class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue