This file contains 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
# diff | |
# version | |
# Betaflight / NOX (NOX1) 3.3.0 Feb 18 2018 / 13:52:37 (f07bf40d1) MSP API: 1.37 | |
# name | |
name RoscoFPV | |
# resources | |
resource MOTOR 1 A07 |
This file contains 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
# dump | |
# version | |
# Betaflight / OMNIBUSF4SD (OBSD) 3.3.0 Mar 2 2018 / 03:56:35 (177472b4f) MSP API: 1.37 | |
# name | |
name RoscoFPV | |
# resources | |
resource BEEPER 1 B04 |
This file contains 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 / OMNIBUSF4SD (OBSD) 3.3.0 Mar 2 2018 / 03:56:35 (177472b4f) MSP API: 1.37 | |
# name | |
name RoscoFPV | |
# resources | |
resource BEEPER 1 B04 | |
resource MOTOR 1 A02 | |
resource MOTOR 2 B01 |
This file contains 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
# Betaflight / OMNIBUSF4SD (OBSD) 3.3.0 Mar 2 2018 / 03:56:35 (177472b4f) MSP API: 1.37 | |
# name | |
name RoscoFPV | |
# resources | |
resource BEEPER 1 B04 | |
resource MOTOR 1 A02 | |
resource MOTOR 2 B01 | |
resource MOTOR 3 A03 |
This file contains 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 / OMNIBUSF4SD (OBSD) 3.4.0 Apr 6 2018 / 22:55:19 (b503cd521) MSP API: 1.38 | |
# name | |
name RoscoFPV | |
# resources | |
resource MOTOR 1 A02 | |
resource MOTOR 4 B00 | |
resource SERIAL_TX 3 NONE |
This file contains 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
# diff | |
# version | |
# Betaflight / PYRODRONEF4 (PYRO) 3.4.0 Jun 10 2018 / 02:44:27 (a5ba01666) MSP API: 1.39 | |
board_name PYRODRONEF4 | |
manufacturer_id | |
# name | |
name RoscoFPV |
This file contains 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
I've seen 3 different ways loaders are used, and I'm not sure what the the heck the difference is, | |
or which ones are even necessary. | |
//####### In .babelrc file | |
{ | |
"presets": ["@babel/preset-env", "@babel/preset-react"] | |
} | |
//####### In package.json file | |
"babel": { |
This file contains 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
This is stock Betaflight 3.4 with no PID or filter adjustments yet. I'll go fly and find out how it feels and then start trying other things. | |
# dump | |
# version | |
# Betaflight / CLRACINGF4 (CLR4) 3.4.0 Jul 2 2018 / 12:08:17 (463d7aa1c) MSP API: 1.39 | |
board_name CLRACINGF4 | |
manufacturer_id |
This file contains 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
Made some of the recommended changes | |
CHANGES: | |
# set gyro_lowpass_type = PT1 | |
gyro_lowpass_type set to PT1 | |
# set gyro_lowpass_hz = 120 | |
gyro_lowpass_hz set to 120 | |
# set gyro_lowpass2_type = PT1 | |
gyro_lowpass2_type set to PT1 | |
# set gyro_lowpass2_hz = 300 |
This file contains 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
Changes. Went with some of these settings taken from the preferred racing profile. I didn't take all of them b/c I think | |
some were mostly related to weight and not racing vs freestyle. | |
# set iterm_relax = RP | |
iterm_relax set to RP | |
# set iterm_relax_type = SETPOINT | |
iterm_relax_type set to SETPOINT | |
# set iterm_relax_cutoff = 12 | |
iterm_relax_cutoff set to 12 |
OlderNewer