update property name to modem_preset

pull/148/head
Sacha Weatherstone 2022-05-07 19:28:54 +10:00
rodzic 9d18b49e91
commit 23d43efaf1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7AB2D7E206124B31
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ message ChannelSettings {
* is the special (minimally secure) "Default"channel. * is the special (minimally secure) "Default"channel.
* In user interfaces it should be rendered as a local language translation of "X". * 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". * 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; string name = 5;

Wyświetl plik

@ -554,7 +554,7 @@ message Config {
/* /*
* Standard predefined channel settings * 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 { enum ModemPreset {
@ -610,7 +610,7 @@ message Config {
* This value is replaced by bandwidth/spread_factor/coding_rate. * 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. * 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 * Bandwidth in MHz