1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

Basic rework of: Adjustments and PID tabs, little fixes and changes here and there

This commit is contained in:
skaman82 2015-11-04 22:22:23 +01:00
parent 4864abe6fe
commit 8e79a250ed
43 changed files with 2653 additions and 843 deletions

View file

@ -277,11 +277,11 @@ function onConnect() {
if ("CLFL" == CONFIG.flightControllerIdentifier){
/* placing this elsewhere
var documentationButton = $('#button-documentation');
documentationButton.show();
documentationButton.show();
var documentationButton = $('div#content #button-documentation');
documentationButton.html("Documentation for "+CONFIG.flightControllerVersion);
documentationButton.attr("href","https://github.com/cleanflight/cleanflight/tree/v{0}/docs".format(CONFIG.flightControllerVersion));
*/
/* */
var sensor_state = $('#sensor-status');