1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[lvgl] Fix dangling pointer issue with qrcode (#9190)

This commit is contained in:
Clyde Stubbs
2025-06-24 09:43:40 +10:00
committed by GitHub
parent a35e476be5
commit 612c8d5841
2 changed files with 7 additions and 7 deletions

View File

@@ -646,7 +646,9 @@ lvgl:
on_click:
lvgl.qrcode.update:
id: lv_qr
text: homeassistant.io
text:
format: "A string with a number %d"
args: ['(int)(random_uint32() % 1000)']
- slider:
min_value: 0