1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 00:35:26 +03:00

Ports tab clean up

This commit is contained in:
skaman82 2015-10-28 20:23:48 +01:00
parent 5996ba54fa
commit 9489b13c13
6 changed files with 31 additions and 33 deletions

View file

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