mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
CLI debug cleanup
This commit is contained in:
parent
88e7bc8a9f
commit
e3ca33fafb
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ function tab_initialize_cli() {
|
||||||
bufView[0] = 0x23; // #
|
bufView[0] = 0x23; // #
|
||||||
|
|
||||||
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
|
chrome.serial.write(connectionId, bufferOut, function(writeInfo) {
|
||||||
// used for debugging purposes (should be disabled in "stable" builds
|
|
||||||
console.log("Wrote: " + writeInfo.bytesWritten + " bytes");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.tab-cli input').keypress(function(event) {
|
$('.tab-cli input').keypress(function(event) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue