
_voxl-configure-io-server(){
	local OPTS=('disable enable starling_neopixel d0008_fpv_tbs d0008_fpv_orqa d0008_fpv_zorro d0020_payload_esad d0020_ip_payload_esad m0216_camera_control passthrough_payload vtx_failsafe')
	COMPREPLY=()
	if [ "$COMP_CWORD" -eq 1 ]; then
		COMPREPLY=( $(compgen -W '${OPTS}' -- ${COMP_WORDS[COMP_CWORD]}) )
		return 0
	fi
}

complete -F _voxl-configure-io-server voxl-configure-io-server
