1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2021-04-05 16:06:03 +02:00
parent 0101ee329d
commit f320aa4f02
3 changed files with 20 additions and 0 deletions

View file

@ -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);
}
}