From 896040391d0ad99df4282b30d8129a29351baa2a Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 12 Apr 2022 07:51:17 -0600 Subject: [PATCH] buttons doesnt work with famicon at all, even with ez button --- poc/py-ratio1024-log2/buttons.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/poc/py-ratio1024-log2/buttons.py b/poc/py-ratio1024-log2/buttons.py index c8cd03b..c622236 100644 --- a/poc/py-ratio1024-log2/buttons.py +++ b/poc/py-ratio1024-log2/buttons.py @@ -42,4 +42,5 @@ if __name__ == "__main__": for i in range(3): print("", 3-i, "...") time.sleep(1) - tap(key) + tap(53) + exit()