mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
added table to description of allow input source
This commit is contained in:
parent
c39603426b
commit
1c43589fa2
|
@ -33,9 +33,11 @@ Enables the plugin.
|
|||
### canned_message_plugin_allow_input_source
|
||||
|
||||
Input event origin accepted by the canned message plugin.
|
||||
Can be e.g. `rotEnc1` or keyword `_any`
|
||||
|
||||
<!--- TODO - add table of possible input sources --->
|
||||
| Value | Description |
|
||||
| :---: | :---------: |
|
||||
| `_any` | Default. Allows any input device connected to the device. |
|
||||
| `rotEnc1` | Hardcoded value naming the input device that this plugin listens to. This could allow multiple input devices to be named, but pull requests would need to be made to the device repo, so at the moment this doesn't do anything differently than the default setting. |
|
||||
|
||||
### canned_message_plugin_messages
|
||||
|
||||
|
|
Loading…
Reference in a new issue