From 6ba0fc518f10fbd8e0af53f6a83d1d2cc2df445e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 4 Feb 2023 07:49:59 -0600 Subject: [PATCH] Added warning --- meshtastic/admin.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 9282f1f..49832df 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -302,6 +302,7 @@ message HamParameters { /* * The selected frequency of LoRA operation * Please respect your local laws, regulations, and band plans. + * Ensure your radio is capable of operating of the selected frequency before setting this. */ float frequency = 3; }