Skip to content

Commit

Permalink
Merge pull request #387 from meshtastic/malt-liquor
Browse files Browse the repository at this point in the history
Hop limit overflow comments
  • Loading branch information
thebentern authored Sep 18, 2023
2 parents e9feb64 + 17a1f29 commit ce55381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -758,6 +758,7 @@ message Config {
/*
* Maximum number of hops. This can't be greater than 7.
* Default of 3
* Attempting to set a value > 7 results in the default
*/
uint32 hop_limit = 8;

Expand Down Expand Up @@ -861,4 +862,4 @@ message Config {
LoRaConfig lora = 6;
BluetoothConfig bluetooth = 7;
}
}
}

0 comments on commit ce55381

Please sign in to comment.