1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2017-01-21 22:50:29 +01:00
parent daf06fa466
commit 4ae45333a8
3 changed files with 22 additions and 7 deletions

View file

@ -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,