1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 20:35:19 +03:00

handle impossible default state since that's what we do now

This commit is contained in:
cTn 2014-09-21 20:40:33 +02:00
parent a0ed27c161
commit 6d44499f99

View file

@ -146,6 +146,9 @@ var MSP = {
this.message_length_received = 0;
this.state = 0;
break;
default:
console.log('Unknown state detected: ' + this.state);
}
}
},