You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Please remember the issue tracker on github is _not_ for user support. Please a
4
4
5
5
Issues created without steps to repeat are likely to be closed. E-mail requests for support will go un-answered; All support needs to be public so that other people can read the problems and solutions.
6
6
7
-
Remember that issues that are due to mis-configuration, wiring or failure to read documentation just takes time away from the developers and can often be solved without developer interaction by other users.
7
+
Remember that issues that are due to misconfiguration, wiring or failure to read documentation just takes time away from the developers and can often be solved without developer interaction by other users.
8
8
9
9
Please search for existing issues *before* creating new ones.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Changes to the security model used in the latest versions of MacOS X 10.14 (Moja
26
26
27
27
### Unstable Testing Versions
28
28
29
-
Unstable testing versions of the lates builds of the Betaflight Blackbox Explorer for most platforms can be downloaded from [here](https://github.com/betaflight/blackbox-log-viewer-nightlies/releases).
29
+
Unstable testing versions of the latest builds of the Betaflight Blackbox Explorer for most platforms can be downloaded from [here](https://github.com/betaflight/blackbox-log-viewer-nightlies/releases).
30
30
31
31
**Be aware that these versions are intended for testing / feedback only, and may be buggy or broken.**
32
32
@@ -116,8 +116,8 @@ yarn start
116
116
117
117
118
118
#### Build or release app for one specific platform
119
-
To build or release only for one specific platform you can append the plaform after the `task-name`.
120
-
If no platform is provided, only for the platform you are builing from will be build.
119
+
To build or release only for one specific platform you can append the platform after the `task-name`.
120
+
If no platform is provided, only for the platform you are building from will be build.
121
121
122
122
***MacOS X** use `yarn gulp <task-name> --osx64`
123
123
***Linux** use `yarn gulp <task-name> --linux64`
@@ -128,7 +128,7 @@ If no platform is provided, only for the platform you are builing from will be b
128
128
#### macOS DMG installation background image
129
129
130
130
The release distribution for macOS uses a DMG file to install the application.
131
-
The PSD source for the DMG backgound image can be found in the root (`dmg-background.png`). After changing the source, export the image to PNG format in folder `./images/`.
131
+
The PSD source for the DMG background image can be found in the root (`dmg-background.png`). After changing the source, export the image to PNG format in folder `./images/`.
132
132
133
133
## Flight video won't load, or jumpy flight video upon export
Copy file name to clipboardExpand all lines: changelog.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ <h2>2.5.0 - Grids, INAV Header Support and Stick Trails.</h2>
310
310
<li>Gyro chart range increased to +/-2000deg/s was a minor calculation error that limited the gyro chart to approx +/-1500deg/s</li>
311
311
<li>Header update for Betaflight v3.0; added fields gyro_notch_hz, gyro_notch_q, rc_smooth_interval and "Craft name"</li>
312
312
<li>Craft Name is now shown on status bar (if entered in CLI) and also at top of header dialog (Betaflight v3.0 only).</li>
313
-
<li>PID Contoller type names on header updated for Betaflight v3.0.</li>
313
+
<li>PID Controller type names on header updated for Betaflight v3.0.</li>
314
314
<li>Stick Trails; This feature can be turned on from the User Settings dialog, will show a phosphor trail on the stick display that shows the movement of the sticks for the last 500ms.</li>
315
315
<li>Add tooltips to primary logger controls.</li>
316
316
<li>Thanks to BorisB, Added New Event names for Betaflight Twitch Testing mode.</li>
0 commit comments