Merge branch 'master' into remove-softap

This commit is contained in:
Thomas Göttgens 2022-10-30 16:34:28 +01:00 committed by GitHub
commit 4fb69cab84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,9 +36,8 @@ Input event sources accepted by the canned message module.
| :----------: | :---------------------------------------------------------------------: |
| `_any` | Default. Allows any peripheral input device connected to the device. |
| `rotEnc1` | Basic Rotary Encoder |
| `upDownEnc1` | Up Down Encoder |
| `cardkb` | M5 Stack CardKB (Discontinued) |
| `faceskb` | M5 Stack Faces KB |
| `upDownEnc1` | Up Down Encoder (use this also for RAK14006) |
| `cardkb` | M5 Stack CardKB (this covers RAK14004 Keymatrix) |
### Rotary Encoder Enabled
@ -110,7 +109,7 @@ Example commands are below:
| :--------------------------------------: | :---------------: | :-----------: |
| canned_message.enabled | `true`, `false` | `false` |
| canned_message.send_bell | `true`, `false` | `false` |
| canned_message.allow_input_source | `rotEnc1`, `_any`, `upDownEnc1`, `cardkb`, `faceskb` | `_any` |
| canned_message.allow_input_source | `rotEnc1`, `_any`, `upDownEnc1`, `cardkb` | `_any` |
| canned_message.messages | `string` | `""` |
| (Messages)\* | `string` | `""` |
| canned_message.inputbroker_event_cw | `InputEventChar` | (not defined) |