mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
only devices need to care about channel numbers now
This commit is contained in:
parent
66e926740a
commit
398fdf3625
1 changed files with 3 additions and 2 deletions
|
|
@ -161,8 +161,9 @@ enum Constants {
|
|||
message ChannelSettings {
|
||||
int32 tx_power = 1;
|
||||
|
||||
// FIXME - change this to an integer for easier user comprehension and smaller bitsize
|
||||
uint32 channel_num = 2;
|
||||
// We now select channel number by hashing the name of the channel. We do this on the device and it is opaque
|
||||
// to the phone. Therefore no need to show this in channel settings
|
||||
// uint32 channel_num = 2;
|
||||
|
||||
enum ModemConfig {
|
||||
// Note: these mappings must match ModemConfigChoice in the device code.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue