only devices need to care about channel numbers now

pull/2/head
geeksville 2020-03-15 17:35:51 -07:00
rodzic 66e926740a
commit 398fdf3625
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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.