This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
server { | |
server_name nelson.dev; | |
access_log /usr/local/var/log/nelson.access.log; | |
location /images/nelsonInterface { | |
root /Users/much4/Dev/php/nelson/site; | |
# root /Users/much4/Dev/php/source/site; | |
try_files $uri /uploads/$uri; | |
expires off; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" | >>> VIM CONFIGURATION | |
" | | |
" | put together by [email protected] | |
" | thanks stevelosh(.com), you've helped me a lot | |
" | | |
" | >>> Pathogen | |
" | | |
filetype off |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nosmoothscroll | |
set cncpcompletion | |
let barposition = "bottom" | |
unmap d | |
unmap u | |
unmap b | |
map <C-d> scrollPageDown | |
map <C-u> scrollPageUp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-08-06 @ 12:33:53 -- Running - OS: MacOS, Chrome: 51.0.2704.103, Configurator: 1.3.5 (For Raceflight) | |
2016-08-06 @ 12:33:56 -- Serial port successfully opened with ID: 34 | |
2016-08-06 @ 12:33:56 -- MultiWii API version received - 2.0.0 | |
2016-08-06 @ 12:33:56 -- Flight controller info, identifier: RCFL, version: 1.9.9 | |
2016-08-06 @ 12:33:56 -- Running firmware released on: Jul 26 2016 21:48:07 | |
2016-08-06 @ 12:33:56 -- Board: REVO, version: 0 | |
2016-08-06 @ 12:33:56 -- Unique device ID received - 0x3e004a3235511035353231 | |
2016-08-06 @ 12:48:55 -- Serial port successfully closed | |
2016-08-06 @ 14:19:39 -- Serial port successfully opened with ID: 35 | |
2016-08-06 @ 14:19:39 -- MultiWii API version received - 2.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# version | |
# BetaFlight/CC3D_OPBL 3.0.0 Aug 9 2016 / 23:42:00 (ea67304) | |
# name | |
# mixer | |
# feature | |
feature -RX_PPM | |
feature RX_SERIAL |