1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

more analytics stuff

This commit is contained in:
cTn 2013-08-26 15:16:49 +02:00
parent 1ff4fcb669
commit 03a63ce2c5
9 changed files with 18 additions and 0 deletions

View file

@ -1,6 +1,8 @@
var yaw_fix = 0.0;
function tab_initialize_initial_setup() {
ga_tracker.sendAppView('Initial Setup');
// Fill in the accel trimms from CONFIG object
$('input[name="pitch"]').val(CONFIG.accelerometerTrims[0]);
$('input[name="roll"]').val(CONFIG.accelerometerTrims[1]);