Skip to content

Commit f83367e

Browse files
committed
change emulator port
1 parent 11f9b26 commit f83367e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎keepkeyctl-emu.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
./keepkeyctl -t udp -p 127.0.0.1:21324 -Dt udp -Dp 127.0.0.1:21325 --auto-button "$@"
2+
./keepkeyctl -t udp -p 127.0.0.1:11044 -Dt udp -Dp 127.0.0.1:11045 --auto-button "$@"

‎tests/config.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
else:
7777
print('Using Emulator')
7878
TRANSPORT = UDPTransport
79-
TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_MAIN', '127.0.0.1:21324'),)
79+
TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_MAIN', '127.0.0.1:11044'),)
8080
TRANSPORT_KWARGS = {}
8181
DEBUG_TRANSPORT = UDPTransport
82-
DEBUG_TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_DEBUG', '127.0.0.1:21325'),)
82+
DEBUG_TRANSPORT_ARGS = (os.getenv('KK_TRANSPORT_DEBUG', '127.0.0.1:11045'),)
8383
DEBUG_TRANSPORT_KWARGS = {}
8484

8585
def enumerate_hid():

0 commit comments

Comments
 (0)