diff --git a/protobufs b/protobufs index e9feb6424..ce55381ec 160000 --- a/protobufs +++ b/protobufs @@ -1 +1 @@ -Subproject commit e9feb6424aaa00915db33a25f4153ebc8c14735b +Subproject commit ce55381ecfd6017f52229db0c8085e6f88d6af44 diff --git a/src/mesh/generated/meshtastic/config.pb.h b/src/mesh/generated/meshtastic/config.pb.h index 1114ea99b..6dbcc7353 100644 --- a/src/mesh/generated/meshtastic/config.pb.h +++ b/src/mesh/generated/meshtastic/config.pb.h @@ -399,7 +399,8 @@ typedef struct _meshtastic_Config_LoRaConfig { /* The region code for the radio (US, CN, EU433, etc...) */ meshtastic_Config_LoRaConfig_RegionCode region; /* Maximum number of hops. This can't be greater than 7. - Default of 3 */ + Default of 3 + Attempting to set a value > 7 results in the default */ uint32_t hop_limit; /* Disable TX from the LoRa radio. Useful for hot-swapping antennas and other tests. Defaults to false */