From f295a424c9ce00cb61a0c7d1d82045e929de8e97 Mon Sep 17 00:00:00 2001 From: Jesus Lopez Garcia Date: Sun, 24 Sep 2023 16:58:02 +0200 Subject: [PATCH] WIP --- ipk/airunit/control/control | 2 +- ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside | 3 +-- ipk/goggle/control/control | 2 +- ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles | 3 +-- jni/util/vtx_manager.c | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ipk/airunit/control/control b/ipk/airunit/control/control index 79e3559..014dc37 100644 --- a/ipk/airunit/control/control +++ b/ipk/airunit/control/control @@ -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 diff --git a/ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside b/ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside index c276bda..62be5b3 100644 --- a/ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside +++ b/ipk/airunit/data/opt/etc/dinit.d/msp-osd-airside @@ -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 \ No newline at end of file +restart = true \ No newline at end of file diff --git a/ipk/goggle/control/control b/ipk/goggle/control/control index 22ae07e..cad63bc 100644 --- a/ipk/goggle/control/control +++ b/ipk/goggle/control/control @@ -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 diff --git a/ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles b/ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles index 1677cbf..da9ca68 100644 --- a/ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles +++ b/ipk/goggle/data/opt/etc/dinit.d/msp-osd-goggles @@ -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 \ No newline at end of file diff --git a/jni/util/vtx_manager.c b/jni/util/vtx_manager.c index ed78c57..3223d89 100644 --- a/jni/util/vtx_manager.c +++ b/jni/util/vtx_manager.c @@ -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;