Skip to content

Commit

Permalink
Add bool to enable LoRa transport for NeighborInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
GUVWAF committed Nov 7, 2024
1 parent 034a181 commit c2a3834
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,14 @@ message ModuleConfig {

/*
* Interval in seconds of how often we should try to send our
* Neighbor Info to the mesh
* Neighbor Info (minimum is 14400, i.e., 4 hours)
*/
uint32 update_interval = 2;

/*
* Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
*/
bool transmit_over_lora = 3;
}

/*
Expand Down

0 comments on commit c2a3834

Please sign in to comment.