mirror of https://github.com/arendst/Tasmota.git
Merge pull request #15452 from s-hadinger/rename_3_btn_driver
Rename 3 buttons driver
This commit is contained in:
commit
3861736d98
|
@ -83,4 +83,4 @@ return lv_touch_3_buttons
|
|||
#-
|
||||
lv_btn3 = lv_touch_3_buttons(gpio.pin(gpio.INPUT, 0), gpio.pin(gpio.INPUT, 1), gpio.pin(gpio.INPUT, 2), lv_touch_3_buttons.ACTIVE_LOW)
|
||||
tasmota.add_driver(lv_btn3)
|
||||
-#
|
||||
-#
|
Loading…
Reference in New Issue