kivy-school / kivy-reloader

Hot reload your Kivy app on multiple phones and computer in real-time.
MIT License
18 stars 3 forks source link

Wsl fix #27

Closed AccelQuasarDragon closed 3 months ago

AccelQuasarDragon commented 3 months ago

PROBLEM: scrcpy does not show up in WSL+ ADB WIFI when u do livestream and reload

solution: you must connect to adb using adb connect IP:PORT

other problem, WIFI did not have the configs that USB had, tbh the if statement has duplicate code BUT it works

AccelQuasarDragon commented 3 months ago

made redundant with other fixes from last night