mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Let's just use string channel_url
This commit is contained in:
parent
19141cc0e1
commit
e710183a47
2 changed files with 2 additions and 3 deletions
|
|
@ -1,3 +1,2 @@
|
|||
*DeviceProfile.channels max_count:8
|
||||
*DeviceProfile.long_name max_size:40
|
||||
*DeviceProfile.short_name max_size:5
|
||||
|
|
@ -28,9 +28,9 @@ message DeviceProfile {
|
|||
optional string short_name = 2;
|
||||
|
||||
/*
|
||||
* The channels our node knows about
|
||||
* The url of the channels from our node
|
||||
*/
|
||||
repeated Channel channels = 3;
|
||||
optional string channel_url = 3;
|
||||
|
||||
/*
|
||||
* The Config of the node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue