Skip to content

Commit ff9b9eb

Browse files
committed
chore: adb reverse homegate port
1 parent e53cadf commit ff9b9eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci_run_android.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if [[ "${BACKEND:-local}" != "mainnet" ]]; then
3535
adb reverse tcp:9735 tcp:9735
3636
# lnurl server port
3737
adb reverse tcp:30001 tcp:30001
38+
# homegate port
39+
adb reverse tcp:6288 tcp:6288
3840
fi
3941
# show touches
4042
adb shell settings put system show_touches 1

0 commit comments

Comments
 (0)