Skip to content

Commit

Permalink
Merge pull request meshtastic#2 from gkelly/fix-comment
Browse files Browse the repository at this point in the history
 Update comment around use of `modem_config`
  • Loading branch information
geeksville authored Aug 10, 2020
2 parents e69fe1e + ea42289 commit c715e50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,9 @@ message ChannelSettings {
/// Because protobufs take ZERO space when the value is zero this works out
/// nicely.
///
/// This value replaces bandwidth/spread_factor/coding_rate. If you'd like to
/// experiment with other options add them to MeshRadio.cpp in the device
/// code.
/// This value is replaced by bandwidth/spread_factor/coding_rate. If you'd
/// like to experiment with other options add them to MeshRadio.cpp in the
/// device code.
ModemConfig modem_config = 3;

/// See note above with modem_config
Expand Down Expand Up @@ -779,4 +779,4 @@ message ManufacturingData {
negative numbers indicate particular error codes
*/
sint32 selftest_result = 4;
}
}

0 comments on commit c715e50

Please sign in to comment.