Skip to content

Instantly share code, notes, and snippets.

# dump
# Betaflight / OMNIBUS (OMNI) 3.4.1 Aug 2 2018 / 08:18:10 (1d99444d9) MSP API: 1.39
name QX110
resource BEEPER 1 C15
resource MOTOR 1 B08
resource MOTOR 2 B09
resource MOTOR 3 A03
resource MOTOR 4 A02
resource MOTOR 5 B07
@hopoffbaby
hopoffbaby / xorg.conf
Last active July 21, 2018 16:45
M4700 /etc/X11/xorg.conf with nvidia
[root@localhost ~]# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
@hopoffbaby
hopoffbaby / QX110 settings - working with pids
Created October 6, 2017 17:35
Fixed QX110 flysky settings, with best PIDs.
# dump
# version
# BetaFlight/OMNIBUS 3.0.1 Oct 18 2016 / 10:21:07 (48b7b4f)
# name
name QX110
# mixer
mixer VTAIL4
# dump
# version
# BetaFlight/OMNIBUS 3.0.1 Oct 18 2016 / 10:21:07 (48b7b4f)
# name
name QX110
# mixer
mixer VTAIL4
@hopoffbaby
hopoffbaby / rsync_parallel.sh
Created September 15, 2017 15:44 — forked from rcoup/rsync_parallel.sh
Parallel-ise an rsync transfer when you want multiple concurrent transfers happening,
#!/bin/bash
set -e
# Usage:
# rsync_parallel.sh [--parallel=N] [rsync args...]
#
# Options:
# --parallel=N Use N parallel processes for transfer. Defaults to 10.
#
# Notes:
INFO global: Vagrant version: 1.9.7
INFO global: Ruby version: 2.3.4
INFO global: RubyGems version: 2.5.2
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.9.7\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
INFO global: VAGRANT_OLD_ENV_="ExitCode=00000002"
INFO global: VAGRANT_OLD_ENV_ALLUSERSPROFILE="C:\\ProgramData"