1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

initial (header) work on STM32DFU

This commit is contained in:
cTn 2014-06-08 17:16:44 +02:00
parent b09620b6ae
commit c4e1cf2600
3 changed files with 84 additions and 1 deletions

View file

@ -51,7 +51,7 @@ var SENSOR_DATA = {
kinematicsX: 0.0,
kinematicsY: 0.0,
kinematicsZ: 0.0,
debug: [0, 0, 0, 0]
debug: [0, 0, 0, 0]
};
var MOTOR_DATA = new Array(8);