mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-25 01:05:12 +03:00
todo
This commit is contained in:
parent
93a4dd1b84
commit
b363f592dc
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ var mspHelper = (function (gui) {
|
||||||
|
|
||||||
if (!dataHandler.unsupported) switch (dataHandler.code) {
|
if (!dataHandler.unsupported) switch (dataHandler.code) {
|
||||||
case MSPCodes.MSP_IDENT:
|
case MSPCodes.MSP_IDENT:
|
||||||
|
//FIXME remove this frame when proven not needed
|
||||||
console.log('Using deprecated msp command: MSP_IDENT');
|
console.log('Using deprecated msp command: MSP_IDENT');
|
||||||
// Deprecated
|
// Deprecated
|
||||||
CONFIG.version = parseFloat((data.getUint8(0) / 100).toFixed(2));
|
CONFIG.version = parseFloat((data.getUint8(0) / 100).toFixed(2));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue