mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 21:05:28 +03:00
BLE, TCP and UDP Support
This commit is contained in:
parent
1322fd69bd
commit
ab7162980b
24 changed files with 1190 additions and 387 deletions
|
@ -617,7 +617,7 @@ TABS.sensors.initialize = function (callback) {
|
|||
};
|
||||
|
||||
TABS.sensors.cleanup = function (callback) {
|
||||
serial.emptyOutputBuffer();
|
||||
CONFIGURATOR.connection.emptyOutputBuffer();
|
||||
|
||||
if (callback) callback();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue