mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-26 01:35:23 +03:00
Show PID output in GUI
This commit is contained in:
parent
0101ee329d
commit
f320aa4f02
3 changed files with 20 additions and 0 deletions
|
@ -66,6 +66,7 @@ TABS.programming.initialize = function (callback, scrollPosition) {
|
|||
function onStatusPullDone() {
|
||||
LOGIC_CONDITIONS.update(LOGIC_CONDITIONS_STATUS);
|
||||
GLOBAL_VARIABLES_STATUS.update($('.tab-programming'));
|
||||
PROGRAMMING_PID.update(PROGRAMMING_PID_STATUS);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue