Changed button combo for esc to launcher

This commit is contained in:
thirdr 2022-12-20 14:34:52 +00:00 committed by Phil Howard
parent a11d2b6fc0
commit da52a1ab92
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def launcher():
ih.clear_button_leds()
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()
ih.clear_button_leds()