Skip to content

v0.63

Pre-release
Pre-release

Choose a tag to compare

@sickgreg sickgreg released this 28 May 02:14
· 23 commits to main since this release
dac3602

Remember this is pre-release --- for testing

0.63

introduce loading adapter type from wfb.yaml and power table from wlan_adapters.yaml
set power 0-5 - alink will read from power table for whichever mcs it's using
add comms between air_man and alink_drone
add live "set_alink_power <0-5>"
add live "SET osd_level <0-6>"
add live "SET multiply_osd_size_by <0.3 - 2.5>"

To auto-install or auto-update, copy + paste and run...

consider backing up your txprofiles.conf and other settings

VTX (drone) (with Internet connection)

cd /etc
curl -L -o alink_install.sh https://raw.githubusercontent.com/OpenIPC/adaptive-link/refs/heads/main/alink_install.sh
chmod +x alink_install.sh
./alink_install.sh drone remove
./alink_install.sh drone install
reboot

Config files are /etc/txprofiles.conf and /etc/alink.conf

VRX (ground station) (with Internet connection)

sudo curl -L -o alink_install.sh https://raw.githubusercontent.com/OpenIPC/adaptive-link/refs/heads/main/alink_install.sh
sudo chmod +x alink_install.sh
sudo ./alink_install.sh gs remove
sudo ./alink_install.sh gs install

Config file is /config/alink_gs.conf

See full readme
https://github.com/sickgreg/OpenIPC-Adaptive-Link

If upgrading, it is important to also upgrade alink.conf and txprofiles.conf
Please also update msposd

If using 40Mhz in txprofiles.conf, set up 40Mhz and get it working first