Stijn Tintel
Stijn Tintel
To be honest I have never used the UCI interface. Feel free to send a PR to update it.
As of commit a257314b9cd3243f0d1de64f5dc18d295343e1f7 in the feature/was branch, we should retest enabling text scrolling. We will do this after merging feature/was into main and tagging our first pre-release.
Unfortunately 5c5dad61355b0186c24b6584037f775a465f673d reintroduces this behaviour.
Some things to try: * reproduce with default LVGL font instead of Willow custom font * bump esp_lvgl_port to 1.3.0 * bump lvlgl to 8.3.9 * IDF 5.0/5.1
It appears having > 1 line of text with scrolling enabled reliably reproduces the issue for me. E.g. this long and unsupported HA command: How many lights are on in...
> I still think that the microphone should be disabled while the speaker is active, since this issue will continue to come up as more people start using Whisper. My...
You can download a Willow image that mutes the mic before playing wake confirmation tone and unmutes afterwards: https://github.com/toverainc/willow/actions/runs/7223902325 You can OTA update it via WAS following the instructions here:...
My apartment is also relatively noisy and I too run into AUDIO_REC_VAD_END not triggering. With 7da6d7358816fb91279c7ef0961c83fad80fbb66 we will force the stream to end after CONFIG_WILLOW_STREAM_TIMEOUT seconds, which avoids endless stream...
We've made a change in Willow Application Server to sanitize the response from command endpoints: toverainc/willow-application-server@5f3fe38aa7afc0ecea31dd606bcd60e0f2162be2. If you run WAS with this change included, and enable WAS Command Endpoint in...