feat: add max flood hops configuration to repeater settings

This commit is contained in:
Lloyd
2026-04-22 13:52:40 +01:00
parent 827b9a9f98
commit 1626b3f307
5 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1783,7 +1783,7 @@ class APIEndpoints:
"node_name": "MyNode", # Node name
"latitude": 0.0, # Latitude (-90 to 90)
"longitude": 0.0, # Longitude (-180 to 180)
"max_flood_hops": 3, # Max flood hops (0-64)
"max_flood_hops": 64, # Max flood hops (0-64)
"flood_advert_interval_hours": 10, # Flood advert interval (0 or 3-48)
"advert_interval_minutes": 120 # Local advert interval (0 or 1-10080)
}