mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #2 from gkelly/fix-comment
Update comment around use of `modem_config`
This commit is contained in:
commit
c715e506df
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -779,4 +779,4 @@ message ManufacturingData {
|
|||
negative numbers indicate particular error codes
|
||||
*/
|
||||
sint32 selftest_result = 4;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue