Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Lopez Garcia committed Sep 24, 2023
1 parent f3a8bc4 commit f295a42
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 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.10.1
Version: 0.10.2
Maintainer: bri3d
Description: MSP OSD service for the DJI HD FPV airunit.
Architecture: pigeon-airside
Expand Down
3 changes: 1 addition & 2 deletions ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
type = bgprocess
command = /opt/bin/airunit-osd-start.sh
pid-file = /opt/var/run/airunit-osd-dji.pid
restart = true
logfile = /blackbox/msp-osd.log
restart = true
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.11.1
Version: 0.11.2
Maintainer: bri3d
Description: MSP OSD service for the DJI HD FPV goggles.
Architecture: pigeon-glasses
Expand Down
3 changes: 1 addition & 2 deletions ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
type = scripted
command = modmanager enable diy_glasses displayport_osd_shim
stop-command = modmanager disable diy_glasses displayport_osd_shim
logfile = /blackbox/msp-osd.log
stop-command = modmanager disable diy_glasses displayport_osd_shim
2 changes: 1 addition & 1 deletion jni/util/vtx_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void changeChannel(int8_t channel) {
}
currentChannel = channel;

// if 8, need to set to public or works with the index?
// if 8, need to set to public
DEBUG_PRINT("VTX_MANAGER: requesting to the goggles to set channel %d\n", channel);

int8_t channelIdx = channel - 1;
Expand Down

0 comments on commit f295a42

Please sign in to comment.