alduxvm / pyMultiWii

MultiWii Serial Protocol (MSP) API to send and receive data from firmware using MSP
GNU General Public License v3.0
154 stars 85 forks source link

feature SERIALRX Invalid name #8

Closed bigboateng closed 7 years ago

bigboateng commented 7 years ago

I want to use the library to send commands to my naze32, but typing feature SERIALRX in the CLI gives invalid name error. Is this due to the version of cleanflight? If so do you know what the new command is, Many thanks.

alduxvm commented 7 years ago

Hi, yes, cleanflight is not supported, only baseflight is used and tested with this library. Probably in the future I will add support for cleanflight. Cheers!

bigboateng commented 7 years ago

Thanks for reply, is the firmware uploaded through baseflight different from the one uploaded through cleanflight? because I just tried same command and baseflight says invalid name for feature SERIALRX.

alduxvm commented 7 years ago

yes, the firmwares are different... Please reflash your board with baseflight and follow the instructions for activating the SERIALRX commands.

bigboateng commented 7 years ago

It worked now, thanks!