Skip to content

Commit

Permalink
Add shuttle restart, fixes low power mode issues (#53)
Browse files Browse the repository at this point in the history
* restart shuttle service, hope to fix #43

* 0.6.5
  • Loading branch information
bri3d authored Sep 21, 2022
1 parent 1b8b4b6 commit fdd1972
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipk/airunit/control/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: msp-osd
Version: 0.6.4
Version: 0.6.5
Maintainer: bri3d
Description: MSP OSD service for the DJI HD FPV airunit.
Architecture: pigeon-airside
Expand Down
3 changes: 3 additions & 0 deletions ipk/airunit/data/opt/bin/airunit-osd-start.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/system/bin/sh
setprop dji.hdvt_uav_service 0
setprop dji.shuttle_service 0

if [ ! -e "/dev/ttyS1_moved" ]
then
Expand All @@ -9,3 +10,5 @@ fi
/opt/bin/msp_displayport_mux 192.168.41.2 /dev/ttyS1_moved /dev/ttyS1 &
echo $! > /opt/var/run/airunit-osd-dji.pid
setprop dji.hdvt_uav_service 1
setprop dji.shuttle_service 1

2 changes: 1 addition & 1 deletion ipk/goggle/control/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: msp-osd
Version: 0.6.4
Version: 0.6.5
Maintainer: bri3d
Description: MSP OSD service for the DJI HD FPV goggles.
Architecture: pigeon-glasses
Expand Down

0 comments on commit fdd1972

Please sign in to comment.