meshtastic / protobufs

Protobuf definitions for the Meshtastic project
https://meshtastic.org
GNU General Public License v3.0
77 stars 115 forks source link

[breaking] move `uplink_enabled` & `downlink_enabled` out of `ChannelSettings` #395

Open andrekir opened 10 months ago

andrekir commented 10 months ago

https://github.com/meshtastic/protobufs/blob/master/meshtastic/channel.proto#L75-L84

There is no need to have uplink_enabled and downlink_enabled as part of ChannelSettings and ChannelSet since they don't need to be shared with all nodes in a local mesh to be able to communicate.

thebentern commented 10 months ago

Seems like a good item for the 3.0 project board