File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11Package: msp-osd
2- Version: 0.10.1
2+ Version: 0.10.2
33Maintainer: bri3d
44Description: MSP OSD service for the DJI HD FPV airunit.
55Architecture: pigeon-airside
Original file line number Diff line number Diff line change 11type = bgprocess
22command = /opt/bin/airunit-osd-start.sh
33pid-file = /opt/var/run/airunit-osd-dji.pid
4- restart = true
5- logfile = /blackbox/msp-osd.log
4+ restart = true
Original file line number Diff line number Diff line change 11Package: msp-osd
2- Version: 0.11.1
2+ Version: 0.11.2
33Maintainer: bri3d
44Description: MSP OSD service for the DJI HD FPV goggles.
55Architecture: pigeon-glasses
Original file line number Diff line number Diff line change 11type = scripted
22command = 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments