mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
analytics overhaul
This commit is contained in:
parent
fb7cbe0c8f
commit
1885fba5a0
17 changed files with 38 additions and 48 deletions
|
@ -2,7 +2,7 @@ tabs.receiver = {};
|
|||
tabs.receiver.initialize = function(callback) {
|
||||
GUI.active_tab_ref = this;
|
||||
GUI.active_tab = 'receiver';
|
||||
ga_tracker.sendAppView('Receiver Page');
|
||||
googleAnalytics.sendAppView('Receiver Page');
|
||||
|
||||
MSP.send_message(MSP_codes.MSP_RC_TUNING, false, false, get_rc_data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue