-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 80038049e33f6a708e1d1c2151ef48e1bce3ee70 Mon Sep 17 00:00:00 2001 | ||
From 73d6aaf4262b083bf4b8860914d9e0edcdff3ea6 Mon Sep 17 00:00:00 2001 | ||
From: Andrew Chow <[email protected]> | ||
Date: Thu, 12 Mar 2020 17:25:09 -0400 | ||
Subject: [PATCH] Do button presses within seproxyhal | ||
|
@@ -8,18 +8,16 @@ Subject: [PATCH] Do button presses within seproxyhal | |
1 file changed, 35 insertions(+) | ||
|
||
diff --git a/mcu/seproxyhal.py b/mcu/seproxyhal.py | ||
index b18f8a2..b0554ea 100644 | ||
index ffaaff5..eaf22c9 100644 | ||
--- a/mcu/seproxyhal.py | ||
+++ b/mcu/seproxyhal.py | ||
@@ -2,6 +2,7 @@ import binascii | ||
@@ -1,4 +1,5 @@ | ||
import logging | ||
import os | ||
import select | ||
+import struct | ||
import sys | ||
import time | ||
import threading | ||
@@ -146,6 +147,7 @@ class SeProxyHal: | ||
@@ -141,6 +142,7 @@ class SeProxyHal: | ||
daemon=True) | ||
self.ticker_thread.start() | ||
self.usb = usb.USB(self.packet_thread.queue_packet) | ||
|
@@ -68,5 +66,5 @@ index b18f8a2..b0554ea 100644 | |
elif tag == SephTag.SCREEN_DISPLAY_RAW_STATUS: | ||
self.logger.debug("SephTag.SCREEN_DISPLAY_RAW_STATUS") | ||
-- | ||
2.26.1 | ||
2.27.0 | ||
|