Changed button combo for esc to launcher
This commit is contained in:
parent
a11d2b6fc0
commit
da52a1ab92
|
@ -99,7 +99,7 @@ def launcher():
|
||||||
ih.clear_button_leds()
|
ih.clear_button_leds()
|
||||||
ih.led_warn.off()
|
ih.led_warn.off()
|
||||||
|
|
||||||
if ih.pressed() == ih.inky_frame.button_e:
|
if ih.inky_frame.button_a.read() and ih.inky_frame.button_e.read():
|
||||||
launcher()
|
launcher()
|
||||||
|
|
||||||
ih.clear_button_leds()
|
ih.clear_button_leds()
|
||||||
|
|
Loading…
Reference in New Issue