Rename 3 buttons driver

This commit is contained in:
Stephan Hadinger 2022-04-25 08:43:58 +02:00
parent 0e9b3331e1
commit 773c7290f4
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)
-#
-#