Skip to content

Commit d73c664

Browse files
authored
Merge pull request #78 from iNavFlight/dzikuvx-heading-and-attitude-updates
Heading and attitude updates
2 parents 2306216 + e8d6a22 commit d73c664

File tree

8 files changed

+121
-394
lines changed

8 files changed

+121
-394
lines changed

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"FlightLogIndex" : true,
2525
"GraphConfig" : true,
2626
"GraphLegend" : true,
27-
"IMU" : true,
2827
"SeekBar" : true
2928
}
3029
}

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ gulp.task('dist', gulp.series(['clean-dist'], function () {
154154
'./js/graph_spectrum.js',
155155
'./js/grapher.js',
156156
'./js/header_dialog.js',
157-
'./js/imu.js',
158157
'./js/keys_dialog.js',
159158
'./js/laptimer.js',
160159
'./js/main.js',

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,6 @@ <h4 class="modal-title">Advanced User Settings</h4>
14631463
<script src="js/expo.js"></script>
14641464
<script src="js/datastream.js"></script>
14651465
<script src="js/decoders.js"></script>
1466-
<script src="js/imu.js"></script>
14671466
<script src="js/craft_2d.js"></script>
14681467
<script src="js/craft_3d.js"></script>
14691468
<script src="js/flightlog_fielddefs.js"></script>

0 commit comments

Comments
 (0)