mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Receiver and PID tab fully implemented, enjoy
This commit is contained in:
parent
d450a3f518
commit
2f9db4fa4e
7 changed files with 267 additions and 7 deletions
|
@ -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");
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue