From e710183a47ba5606e2b3c60c19a553e19d62565c Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 8 Apr 2023 08:55:52 -0500 Subject: [PATCH] Let's just use string channel_url --- meshtastic/clientonly.options | 1 - meshtastic/clientonly.proto | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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