1 parent 11f9b26 commit f83367eCopy full SHA for f83367e
2 files changed
keepkeyctl-emu.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-./keepkeyctl -t udp -p 127.0.0.1:21324 -Dt udp -Dp 127.0.0.1:21325 --auto-button "$@"
+./keepkeyctl -t udp -p 127.0.0.1:11044 -Dt udp -Dp 127.0.0.1:11045 --auto-button "$@"
tests/config.py
@@ -76,10 +76,10 @@
76
else:
77
print('Using Emulator')
78
TRANSPORT = UDPTransport
79
- TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_MAIN', '127.0.0.1:21324'),)
+ TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_MAIN', '127.0.0.1:11044'),)
80
TRANSPORT_KWARGS = {}
81
DEBUG_TRANSPORT = UDPTransport
82
- DEBUG_TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_DEBUG', '127.0.0.1:21325'),)
+ DEBUG_TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_DEBUG', '127.0.0.1:11045'),)
83
DEBUG_TRANSPORT_KWARGS = {}
84
85
def enumerate_hid():
0 commit comments