We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ebea53 commit e01a1bbCopy full SHA for e01a1bb
1 file changed
meshtastic/__main__.py
@@ -721,6 +721,10 @@ def setSimpleConfig(modem_preset):
721
ch = interface.getNode(args.dest).channels[channelIndex]
722
723
if args.ch_enable or args.ch_disable:
724
+ print(
725
+ "Warning: --ch-enable and --ch-disable can produce noncontiguous channels, "
726
+ "which can cause errors in some clients. Whenever possible, use --ch-add and --ch-del instead."
727
+ )
728
if channelIndex == 0:
729
meshtastic.util.our_exit(
730
"Warning: Cannot enable/disable PRIMARY channel."
0 commit comments