diff --git a/meshtastic/clientonly.options b/meshtastic/clientonly.options index f75f893..bc98b39 100644 --- a/meshtastic/clientonly.options +++ b/meshtastic/clientonly.options @@ -1,3 +1,2 @@ -*DeviceProfile.channels max_count:8 *DeviceProfile.long_name max_size:40 *DeviceProfile.short_name max_size:5 \ No newline at end of file diff --git a/meshtastic/clientonly.proto b/meshtastic/clientonly.proto index c7c52b6..6cd1427 100644 --- a/meshtastic/clientonly.proto +++ b/meshtastic/clientonly.proto @@ -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