1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00
This commit is contained in:
Pawel Spychalski (DzikuVx) 2017-01-19 19:53:39 +01:00
parent 93a4dd1b84
commit b363f592dc

View file

@ -45,6 +45,7 @@ var mspHelper = (function (gui) {
if (!dataHandler.unsupported) switch (dataHandler.code) {
case MSPCodes.MSP_IDENT:
//FIXME remove this frame when proven not needed
console.log('Using deprecated msp command: MSP_IDENT');
// Deprecated
CONFIG.version = parseFloat((data.getUint8(0) / 100).toFixed(2));