mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
equip all tab initializers with callback parameter (currently without hooks)
This commit is contained in:
parent
3f063f6654
commit
c6700a8588
12 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
function tab_initialize_sensors() {
|
||||
function tab_initialize_sensors(callback) {
|
||||
ga_tracker.sendAppView('Sensor Page');
|
||||
GUI.active_tab = 'sensors';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue