mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
timeout and retry improvements
This commit is contained in:
parent
daf06fa466
commit
4ae45333a8
3 changed files with 22 additions and 7 deletions
|
@ -156,11 +156,6 @@ var MSP = {
|
|||
bufView,
|
||||
i;
|
||||
|
||||
/*
|
||||
* For debug reasons, check how ofter MSP frames are executed
|
||||
*/
|
||||
helper.eventFrequencyAnalyzer.put(code);
|
||||
|
||||
// always reserve 6 bytes for protocol overhead !
|
||||
if (data) {
|
||||
var size = data.length + 6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue