Skip to content

Commit

Permalink
Install rover controller script separately (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona authored Aug 2, 2024
1 parent 911293d commit f74108b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/pt-os-web-portal.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pt_os_web_portal/rover_controller/pt-os-web-portal-rover-controller /usr/bin/
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
import click
from pitop.camera import Camera
from pitop.labs import RoverWebController
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ include_package_data = True
console_scripts =
pt-os-web-portal=pt_os_web_portal.__main__:main
pt-os-web-portal-frontend=pt_os_web_portal.app_window.__main__:main
pt-os-web-portal-rover-controller=pt_os_web_portal.rover_controller.__main__:main
; pt-os-web-portal-rover-controller=pt_os_web_portal.rover_controller.__main__:main
pt-os-web-portal-vnc-advanced-wifi=pt_os_web_portal.backend.helpers.vnc_advanced_wifi_gui:main
; Entrypoint for miniscreen onboarding
;
Expand Down

0 comments on commit f74108b

Please sign in to comment.