1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 05:15:21 +03:00

Receiver and PID tab fully implemented, enjoy

This commit is contained in:
cTn 2013-04-09 20:14:49 +02:00
parent d450a3f518
commit 2f9db4fa4e
7 changed files with 267 additions and 7 deletions

27
js/flotr2.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@ $(document).ready(function() {
});
// temporary
//$('#content').load("./tabs/pid_tuning.html", tab_initialize_pid_tuning);
//$('#content').load("./tabs/receiver.html", tab_initialize_receiver);
});
function disable_timers() {

View file

@ -308,7 +308,7 @@ function send_message(code, data) {
}
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
// used for debugging purposes (should be disabled in "stable" buildsS
// used for debugging purposes (should be disabled in "stable" builds
//console.log("Wrote: " + writeInfo.bytesWritten + " bytes");
});
}