Skip to content

Commit

Permalink
More minumums!
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Aug 13, 2023
1 parent e94a5f1 commit e6a1239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meshtastic/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ message Config {
uint32 broadcast_smart_minimum_distance = 10;

/*
* The minumum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
* The minimum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled
*/
uint32 broadcast_smart_minimum_interval_secs = 11;
}
Expand Down
2 changes: 1 addition & 1 deletion meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ enum CriticalErrorCode {
TRANSMIT_FAILED = 8;

/*
* We detected that the main CPU voltage dropped below the minumum acceptable value
* We detected that the main CPU voltage dropped below the minimum acceptable value
*/
BROWNOUT = 9;

Expand Down

0 comments on commit e6a1239

Please sign in to comment.