From 5b7a39da33aee26544ff6dda57ad77671775779a Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Tue, 13 Aug 2024 16:09:49 -0700 Subject: [PATCH] add scanAndSelect, cardkb, and serialkb --- meshtastic/module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 38793736..5d0d288d 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -658,7 +658,7 @@ message ModuleConfig { /* * Input event origin accepted by the canned message module. - * Can be e.g. "rotEnc1", "upDownEnc1" or keyword "_any" + * Can be e.g. "rotEnc1", "upDownEnc1", "scanAndSelect", "cardkb", "serialkb", or keyword "_any" */ string allow_input_source = 10;