Skip to content

Commit f295a42

Browse files
author
Jesus Lopez Garcia
committed
WIP
1 parent f3a8bc4 commit f295a42

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

ipk/airunit/control/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: msp-osd
2-
Version: 0.10.1
2+
Version: 0.10.2
33
Maintainer: bri3d
44
Description: MSP OSD service for the DJI HD FPV airunit.
55
Architecture: pigeon-airside
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
type = bgprocess
22
command = /opt/bin/airunit-osd-start.sh
33
pid-file = /opt/var/run/airunit-osd-dji.pid
4-
restart = true
5-
logfile = /blackbox/msp-osd.log
4+
restart = true

ipk/goggle/control/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: msp-osd
2-
Version: 0.11.1
2+
Version: 0.11.2
33
Maintainer: bri3d
44
Description: MSP OSD service for the DJI HD FPV goggles.
55
Architecture: pigeon-glasses
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
type = scripted
22
command = modmanager enable diy_glasses displayport_osd_shim
3-
stop-command = modmanager disable diy_glasses displayport_osd_shim
4-
logfile = /blackbox/msp-osd.log
3+
stop-command = modmanager disable diy_glasses displayport_osd_shim

jni/util/vtx_manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void changeChannel(int8_t channel) {
4848
}
4949
currentChannel = channel;
5050

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

5454
int8_t channelIdx = channel - 1;

0 commit comments

Comments
 (0)