feat: add flood path hop limit and related preferences

This commit is contained in:
overkillfpv 2026-04-20 20:26:00 +10:00
parent 49b37d5622
commit 6efd8cf34b
4 changed files with 32 additions and 2 deletions

View file

@ -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 {