1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 14:25:20 +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,5 +1,7 @@
var samples_i;
function tab_initialize_receiver() {
ga_tracker.sendAppView('Receiver Page');
// fill in data from RC_tuning
$('.tunings .throttle input[name="mid"]').val(RC_tuning.throttle_MID.toFixed(2));
$('.tunings .throttle input[name="expo"]').val(RC_tuning.throttle_EXPO.toFixed(2));