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:
parent
4864abe6fe
commit
8e79a250ed
43 changed files with 2653 additions and 843 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue