kopia lustrzana https://github.com/meshtastic/protobufs
update property name to modem_preset
rodzic
9d18b49e91
commit
23d43efaf1
|
@ -74,7 +74,7 @@ message ChannelSettings {
|
|||
* is the special (minimally secure) "Default"channel.
|
||||
* In user interfaces it should be rendered as a local language translation of "X".
|
||||
* For channel_num hashing empty string will be treated as "X".
|
||||
* Where "X" is selected based on the English words listed above for ModemConfig
|
||||
* Where "X" is selected based on the English words listed above for ModemPreset
|
||||
*/
|
||||
string name = 5;
|
||||
|
||||
|
|
|
@ -554,7 +554,7 @@ message Config {
|
|||
|
||||
/*
|
||||
* Standard predefined channel settings
|
||||
* Note: these mappings must match ModemConfigChoice in the device code.
|
||||
* Note: these mappings must match ModemPreset Choice in the device code.
|
||||
*/
|
||||
enum ModemPreset {
|
||||
|
||||
|
@ -610,7 +610,7 @@ message Config {
|
|||
* 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.
|
||||
*/
|
||||
ModemPreset modem_config = 2;
|
||||
ModemPreset modem_preset = 2;
|
||||
|
||||
/*
|
||||
* Bandwidth in MHz
|
||||
|
|
Ładowanie…
Reference in New Issue