mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
boards/xtensa/esp32s3/esp32s3-m5-cardputer: follow the unified lvglterm input
The terminal no longer has separate matrix and USB input sources: it reads any keyboard through one path. Left as it was, the unknown symbol would have been dropped and the configuration would have fallen back to the touch variant, which is the default. This board has no touchscreen, so the terminal would have had no input at all and the build would have said nothing. Signed-off-by: Jorge Guzman <jorge.gzm@gmail.com>
This commit is contained in:
parent
d245858363
commit
eaae1d90ea
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ CONFIG_ESP32S3_USBSERIAL=y
|
|||
CONFIG_ESPRESSIF_WIFI=y
|
||||
CONFIG_EXAMPLES_LVGLTERM=y
|
||||
CONFIG_EXAMPLES_LVGLTERM_FONT_UNSCII_8=y
|
||||
CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD_MATRIX=y
|
||||
CONFIG_EXAMPLES_LVGLTERM_INPUT_KBD=y
|
||||
CONFIG_FAT_LCNAMES=y
|
||||
CONFIG_FAT_LFN=y
|
||||
CONFIG_FS_FAT=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue