1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

support for multiwiicurrentoutput

This commit is contained in:
cTn 2014-09-18 12:24:38 +02:00
parent 6f9c5cb6f2
commit 800bfd59c8
3 changed files with 19 additions and 20 deletions

View file

@ -638,7 +638,7 @@ MSP.crunch = function (code) {
buffer.push(MISC.gps_type);
buffer.push(MISC.gps_baudrate);
buffer.push(MISC.gps_ubx_sbas);
buffer.push(MISC.placeholder1);
buffer.push(MISC.multiwiicurrentoutput);
buffer.push(lowByte(MISC.placeholder2));
buffer.push(highByte(MISC.placeholder2));
buffer.push(lowByte(MISC.mag_declination));