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:
parent
6f9c5cb6f2
commit
800bfd59c8
3 changed files with 19 additions and 20 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue