this must default to false, since we have fields other than pids now, on input form changes won't work. everything still works w/ this fix
parent
3f8fd78027
commit
8ffcb25375
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
TABS.pid_tuning = {
|
||||
controllerChanged: true
|
||||
controllerChanged: false
|
||||
};
|
||||
|
||||
TABS.pid_tuning.initialize = function (callback) {
|
||||
|
|
Loading…
Reference in New Issue