Support adjust volume with knob in SenseCAP Watcher (#399)

* fix typo, add missing prefix `CONFIG` to `ESP_TASK_WDT_TIMEOUT_S`

* add KNOB gpio spec to sensecap config

* create new knob component

* implement ajust output volume with knob

* modify function name to UpperCamelCase

* Tidy up comments and logs
This commit is contained in:
Chinsyo
2025-03-25 02:37:43 +08:00
committed by GitHub
parent af879d7806
commit 50c49023a7
7 changed files with 122 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ dependencies:
espressif/esp_codec_dev: "~1.3.2"
espressif/esp-sr: "^2.0.2"
espressif/button: "^3.3.1"
espressif/knob: "^1.0.0"
lvgl/lvgl: "~9.2.2"
esp_lvgl_port: "~2.4.4"
espressif/esp_io_expander_tca95xx_16bit: "^2.0.0"