Merge pull request #15452 from s-hadinger/rename_3_btn_driver

Rename 3 buttons driver
This commit is contained in:
s-hadinger 2022-04-25 08:47:04 +02:00 committed by GitHub
commit 3861736d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
-#
-#